Skip to content

Commit c8f1549

Browse files
author
Rose Yemelyanova
committed
changed setup.cfg to be in-line with flake8 not supporting in-line comments for keys.
1 parent 08d5f14 commit c8f1549

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.cfg

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,10 @@ float_to_top=true
6868
# Make flake8 respect black's line length (default 88),
6969
max-line-length = 88
7070
extend-ignore =
71-
E203, # See https://github.com/PyCQA/pycodestyle/issues/373
72-
F811, # support typing.overload decorator
71+
# See https://github.com/PyCQA/pycodestyle/issues/373
72+
E203,
73+
# support typing.overload decorator
74+
F811,
7375

7476
[tool:pytest]
7577
# Run pytest with all our checkers, and don't spam us with massive tracebacks on error

0 commit comments

Comments
 (0)