Skip to content

Commit ca2888b

Browse files
committed
Ignore line break warnings
We removed all default disabled warnings, but then should add back in W503 and W504 (split after binary operator). See PyCQA/pycodestyle#498
1 parent 2c309f8 commit ca2888b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ universal = 1
2727
[flake8]
2828
max-line-length = 99
2929
exclude = .tox, .git, __pycache__, .ipynb_checkpoints
30-
ignore = # Keep empty to prevent default ignores
30+
ignore = W503,W504
3131

3232
[isort]
3333
include_trailing_comment = True

0 commit comments

Comments
 (0)