commit | c9f7b813e37048bfd75b404b800f5216350e78cc | [log] [tgz] |
---|---|---|
author | Anthony Sottile <asottile@umich.edu> | Tue Jan 29 22:09:54 2019 -0800 |
committer | Anthony Sottile <asottile@umich.edu> | Tue Jan 29 22:09:54 2019 -0800 |
tree | 1437c9317519b340df3420036cda455cad322957 | |
parent | 7456565cab171bd507e2d8b5c58a9f22dd291d82 [diff] [blame] |
Add W504 to ignored autopep8 rules Committed via https://github.com/asottile/all-repos
diff --git a/tox.ini b/tox.ini index a4be8bf..c131e6f 100644 --- a/tox.ini +++ b/tox.ini
@@ -21,4 +21,4 @@ max-line-length=131 [pep8] -ignore=E265,E501 +ignore=E265,E501,W504