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 08d5f14 commit c8f1549Copy full SHA for c8f1549
setup.cfg
@@ -68,8 +68,10 @@ float_to_top=true
68
# Make flake8 respect black's line length (default 88),
69
max-line-length = 88
70
extend-ignore =
71
- E203, # See https://github.com/PyCQA/pycodestyle/issues/373
72
- F811, # support typing.overload decorator
+ # See https://github.com/PyCQA/pycodestyle/issues/373
+ E203,
73
+ # support typing.overload decorator
74
+ F811,
75
76
[tool:pytest]
77
# Run pytest with all our checkers, and don't spam us with massive tracebacks on error
0 commit comments