Add W504 to ignored autopep8 rules

Committed via https://github.com/asottile/all-repos
This commit is contained in:
Anthony Sottile 2019-01-29 22:09:47 -08:00
parent 160238220f
commit 1f3c6ce035

View file

@ -17,7 +17,7 @@ envdir = venv-{[tox]project}
commands = commands =
[pep8] [pep8]
ignore = E265,E501 ignore = E265,E501,W504
[pytest] [pytest]
env = env =