Skip to content

Commit 6f328a7

Browse files
committed
docs(CHANGES): Note linting improvements
1 parent 7b5c2bf commit 6f328a7

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGES

+19
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,25 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force
3131

3232
- `dir` -> `path` (#435)
3333

34+
### Development
35+
36+
- Strengthen linting (#436)
37+
38+
- Add flake8-commas (COM)
39+
40+
- https://docs.astral.sh/ruff/rules/#flake8-commas-com
41+
- https://pypi.org/project/flake8-commas/
42+
43+
- Add flake8-builtins (A)
44+
45+
- https://docs.astral.sh/ruff/rules/#flake8-builtins-a
46+
- https://pypi.org/project/flake8-builtins/
47+
48+
- Add flake8-errmsg (EM)
49+
50+
- https://docs.astral.sh/ruff/rules/#flake8-errmsg-em
51+
- https://pypi.org/project/flake8-errmsg/
52+
3453
### Documentation
3554

3655
- Refactor API docs to split across multiple pages (#431)

0 commit comments

Comments
 (0)