Skip to content

Commit ce506cd

Browse files
committed
docs(CHANGES) Note python 3.9 ruff fixes
1 parent 3ed84b2 commit ce506cd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGES

+10
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
1919

2020
<!-- Maintainers, insert changes / features for the next release here -->
2121

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+
2232
## tmuxp 1.49.0 (2024-11-26)
2333

2434
_Maintenance only, no bug fixes or new features_

0 commit comments

Comments
 (0)