Skip to content

Commit b20e79a

Browse files
committed
docs(CHANGES) Note python 3.9 ruff fixes
1 parent f31e331 commit b20e79a

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
@@ -15,6 +15,16 @@ $ pip install --user --upgrade --pre libtmux
1515

1616
<!-- To maintainers and contributors: Please add notes for the forthcoming version above -->
1717

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+
1828
## libtmux 0.39.0 (2024-11-26)
1929

2030
_Maintenance only, no bug fixes or new features_

0 commit comments

Comments
 (0)