Merge pull request #359 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:24:28 -08:00 committed by GitHub
commit 50d31f9c5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,4 +21,4 @@ commands =
max-line-length=131
[pep8]
ignore=E265,E501
ignore=E265,E501,W504