We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efd5b75 commit b30a864Copy full SHA for b30a864
CHANGES
@@ -19,6 +19,19 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
19
20
<!-- Maintainers, insert changes / features for the next release here -->
21
22
+_Maintenance only, no bug fixes or features_
23
+
24
+### Internal improvements
25
26
+- Move formatting, import sorting, and linting to [ruff].
27
28
+ This rust-based checker has dramatically improved performance. Linting and
29
+ formatting can be done almost instantly.
30
31
+ This change replaces black, isort, flake8 and flake8 plugins.
32
33
+[ruff]: https://ruff.rs
34
35
## tmuxp 1.27.1 (2022-04-07)
36
37
_Maintenance only, no bug fixes or features_
0 commit comments