Merge pull request #927 from pre-commit/all-repos_autofix_all-repos-sed

Add W504 to ignored autopep8 rules
This commit is contained in:
Anthony Sottile 2019-01-29 22:20:22 -08:00 committed by GitHub
commit b268b37482
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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