Update default ignore for when we upgrade pep8

This commit is contained in:
Ian Cordasco 2016-06-07 18:03:37 -05:00
parent 8362fa7acd
commit 3d512ae2f5
No known key found for this signature in database
GPG key ID: 656D3395E4A9791A

View file

@ -1,7 +1,7 @@
"""Constants that define defaults."""
EXCLUDE = '.svn,CVS,.bzr,.hg,.git,__pycache__,.tox'
IGNORE = 'E121,E123,E126,E226,E24,E704'
IGNORE = 'E121,E123,E126,E226,E24,E704,W503,W504'
MAX_LINE_LENGTH = 79
# Other consants