Skip to content

Commit a9f02e9

Browse files
committed
docs(CHANGES): Note linting improvements
1 parent fba870e commit a9f02e9

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

1616
<!-- Maintainers, insert changes / features for the next release here -->
1717

18+
### Development
19+
20+
- Strengthen linting (#514)
21+
22+
- Add flake8-commas (COM)
23+
24+
- https://docs.astral.sh/ruff/rules/#flake8-commas-com
25+
- https://pypi.org/project/flake8-commas/
26+
27+
- Add flake8-builtins (A)
28+
29+
- https://docs.astral.sh/ruff/rules/#flake8-builtins-a
30+
- https://pypi.org/project/flake8-builtins/
31+
32+
- Add flake8-errmsg (EM)
33+
34+
- https://docs.astral.sh/ruff/rules/#flake8-errmsg-em
35+
- https://pypi.org/project/flake8-errmsg/
36+
1837
### CI
1938

2039
- Move CodeQL from advanced configuration file to GitHub's default

0 commit comments

Comments
 (0)