We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fba870e commit a9f02e9Copy full SHA for a9f02e9
CHANGES
@@ -15,6 +15,25 @@ $ pip install --user --upgrade --pre libvcs
15
16
<!-- Maintainers, insert changes / features for the next release here -->
17
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
37
### CI
38
39
- Move CodeQL from advanced configuration file to GitHub's default
0 commit comments