pycodestyle: Improve comments documenting excludes.

This commit is contained in:
Tim Abbott
2021-02-12 13:10:45 -08:00
parent f21fbea7c7
commit 0f4d5cd90a

View File

@@ -1,6 +1,8 @@
[pycodestyle] [pycodestyle]
ignore = ignore =
# Each of these rules are ignored for the explained reason. # These rules are ignored for the reasons explained in the comments.
# See https://pycodestyle.pycqa.org/en/latest/intro.html#error-codes for
# error code definitions.
# All formatting is handled by Black. # All formatting is handled by Black.
E1, E1,