Skip to content

Commit 0f4d5cd

Browse files
committed
pycodestyle: Improve comments documenting excludes.
1 parent f21fbea commit 0f4d5cd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.cfg

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
[pycodestyle]
22
ignore =
3-
# Each of these rules are ignored for the explained reason.
3+
# 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.
46

57
# All formatting is handled by Black.
68
E1,

0 commit comments

Comments
 (0)