commit | f138e3451bc0a8fa5119b5dbfcf987bcc5ba16f1 | [log] [tgz] |
---|---|---|
author | Anthony Sottile <asottile@umich.edu> | Sun May 31 13:51:02 2015 -0700 |
committer | Anthony Sottile <asottile@umich.edu> | Sun May 31 13:51:02 2015 -0700 |
tree | 09ad5f3f6f82a3a381cfc0ba84ad41ba9b062248 | |
parent | 5656e3cc30783f9d6da3305f58cc48a852bd73b9 [diff] [blame] |
Update hooks
diff --git a/tox.ini b/tox.ini index 2fa9214..eb0a1f6 100644 --- a/tox.ini +++ b/tox.ini
@@ -27,3 +27,6 @@ [flake8] max-line-length=131 + +[pep8] +ignore=E265,E309,E501