From b30a864f0c880a42c85572cb92f6add1eb3ef3e7 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Sat, 27 May 2023 10:53:42 -0500 Subject: [PATCH] docs(CHANGES): Note update to ruff --- CHANGES | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGES b/CHANGES index c2db0e91349..41e18ee312c 100644 --- a/CHANGES +++ b/CHANGES @@ -19,6 +19,19 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force +_Maintenance only, no bug fixes or features_ + +### Internal improvements + +- Move formatting, import sorting, and linting to [ruff]. + + This rust-based checker has dramatically improved performance. Linting and + formatting can be done almost instantly. + + This change replaces black, isort, flake8 and flake8 plugins. + +[ruff]: https://ruff.rs + ## tmuxp 1.27.1 (2022-04-07) _Maintenance only, no bug fixes or features_