pycodestyle: Improve comments documenting excludes.

This commit is contained in:
Tim Abbott 2021-02-12 13:10:45 -08:00
parent f21fbea7c7
commit 0f4d5cd90a
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
[pycodestyle]
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.
E1,