We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ed84b2 commit ce506cdCopy full SHA for ce506cd
CHANGES
@@ -19,6 +19,16 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
19
20
<!-- Maintainers, insert changes / features for the next release here -->
21
22
+### Development
23
+
24
+- Aggressive automated lint fixes via `ruff` (#953)
25
26
+ via ruff v0.8.4, all automated lint fixes, including unsafe and previews were applied for Python 3.9:
27
28
+ ```sh
29
+ ruff check --select ALL . --fix --unsafe-fixes --preview --show-fixes; ruff format .
30
+ ```
31
32
## tmuxp 1.49.0 (2024-11-26)
33
34
_Maintenance only, no bug fixes or new features_
0 commit comments