Skip to content

Commit 53ee415

Browse files
committed
Temporary fix pycodestyle error.
The bug is being discussed at: PyCQA/pycodestyle#914
1 parent 1c29e32 commit 53ee415

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ allow_dirty = True
77
# https://pycodestyle.readthedocs.io/en/latest/intro.html#configuration
88
[pycodestyle]
99
# https://pycodestyle.readthedocs.io/en/latest/intro.html#error-codes
10-
ignore =
10+
# E203: Temporary ignore while we wait for
11+
# https://github.com/PyCQA/pycodestyle/pull/914 to be merged.
12+
ignore = E203
1113
show-source = True
1214
statistics = True
1315
# Aligns to black's config.

0 commit comments

Comments
 (0)