We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c29e32 commit 53ee415Copy full SHA for 53ee415
setup.cfg
@@ -7,7 +7,9 @@ allow_dirty = True
7
# https://pycodestyle.readthedocs.io/en/latest/intro.html#configuration
8
[pycodestyle]
9
# https://pycodestyle.readthedocs.io/en/latest/intro.html#error-codes
10
-ignore =
+# E203: Temporary ignore while we wait for
11
+# https://github.com/PyCQA/pycodestyle/pull/914 to be merged.
12
+ignore = E203
13
show-source = True
14
statistics = True
15
# Aligns to black's config.
0 commit comments