mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
pycodestyle: Improve comments documenting excludes.
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user