Skip to content

Commit 6e05eab

Browse files
committed
docs(CHANGES): Note linting improvements
1 parent 6ee0143 commit 6e05eab

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGES

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,25 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
2525

2626
Doc string + linting stringency updates.
2727

28+
### Development
29+
30+
- Strengthen linting (#907)
31+
32+
- Add flake8-commas (COM)
33+
34+
- https://docs.astral.sh/ruff/rules/#flake8-commas-com
35+
- https://pypi.org/project/flake8-commas/
36+
37+
- Add flake8-builtins (A)
38+
39+
- https://docs.astral.sh/ruff/rules/#flake8-builtins-a
40+
- https://pypi.org/project/flake8-builtins/
41+
42+
- Add flake8-errmsg (EM)
43+
44+
- https://docs.astral.sh/ruff/rules/#flake8-errmsg-em
45+
- https://pypi.org/project/flake8-errmsg/
46+
2847
## tmuxp 1.34.0 (2023-12-21)
2948

3049
_Maintenance only, no bug fixes or new features_

0 commit comments

Comments
 (0)