mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-10 14:54:17 +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
|
# 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
|
# Once Flake8 3.0 is released and in a good state, we can use both and it will
|
||||||
# work well \o/
|
# work well \o/
|
||||||
ignore = D203
|
ignore = D203, W504
|
||||||
exclude =
|
exclude =
|
||||||
.tox,
|
.tox,
|
||||||
.git,
|
.git,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue