We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b5c2bf commit 6f328a7Copy full SHA for 6f328a7
CHANGES
@@ -31,6 +31,25 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force
31
32
- `dir` -> `path` (#435)
33
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
53
### Documentation
54
55
- Refactor API docs to split across multiple pages (#431)
0 commit comments