We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f21fbea commit 0f4d5cdCopy full SHA for 0f4d5cd
setup.cfg
@@ -1,6 +1,8 @@
1
[pycodestyle]
2
ignore =
3
- # Each of these rules are ignored for the explained reason.
+ # These rules are ignored for the reasons explained in the comments.
4
+ # See https://pycodestyle.pycqa.org/en/latest/intro.html#error-codes for
5
+ # error code definitions.
6
7
# All formatting is handled by Black.
8
E1,
0 commit comments