mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 18:56:53 +00:00
Add W504 to default ignore list.
This commit is contained in:
parent
68782675b7
commit
e61d9d2466
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -143,7 +143,7 @@ commands =
|
|||
# defaults to selecting all other errors so we do not need select=E,F,W,I,D
|
||||
# Once Flake8 3.0 is released and in a good state, we can use both and it will
|
||||
# work well \o/
|
||||
ignore = D203
|
||||
ignore = D203, W504
|
||||
exclude =
|
||||
.tox,
|
||||
.git,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue