We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f31e331 commit b20e79aCopy full SHA for b20e79a
CHANGES
@@ -15,6 +15,16 @@ $ pip install --user --upgrade --pre libtmux
15
16
<!-- To maintainers and contributors: Please add notes for the forthcoming version above -->
17
18
+### Development
19
+
20
+- Aggressive automated lint fixes via `ruff` (#550)
21
22
+ via ruff v0.8.4, all automated lint fixes, including unsafe and previews were applied for Python 3.9:
23
24
+ ```sh
25
+ ruff check --select ALL . --fix --unsafe-fixes --preview --show-fixes; ruff format .
26
+ ```
27
28
## libtmux 0.39.0 (2024-11-26)
29
30
_Maintenance only, no bug fixes or new features_
0 commit comments