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:54 -08:00
parent 7456565cab
commit c9f7b813e3
1 changed files with 1 additions and 1 deletions

View File

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