We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c76816 commit 0d28236Copy full SHA for 0d28236
CHANGES
@@ -14,6 +14,19 @@ $ pip install --user --upgrade --pre libtmux
14
15
<!-- Maintainers and contributors: Insert change notes for the next release above -->
16
17
+_Maintenance only, no bug fixes or features_
18
+
19
+### Internal improvements
20
21
+- Move formatting, import sorting, and linting to [ruff].
22
23
+ This rust-based checker has dramatically improved performance. Linting and
24
+ formatting can be done almost instantly.
25
26
+ This change replaces black, isort, flake8 and flake8 plugins.
27
28
+[ruff]: https://ruff.rs
29
30
## libtmux 0.21.1 (2023-04-07)
31
32
### Development
0 commit comments