Skip to content

Commit 0d28236

Browse files
committed
docs(CHANGES): Note addition of ruff
1 parent 0c76816 commit 0d28236

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Diff for: CHANGES

+13
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,19 @@ $ pip install --user --upgrade --pre libtmux
1414

1515
<!-- Maintainers and contributors: Insert change notes for the next release above -->
1616

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+
1730
## libtmux 0.21.1 (2023-04-07)
1831

1932
### Development

0 commit comments

Comments
 (0)