mirror of https://github.com/zulip/zulip.git
pycodestyle: Improve comments documenting excludes.
This commit is contained in:
parent
f21fbea7c7
commit
0f4d5cd90a
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue