mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 18:46:52 +00:00
Update default ignore for when we upgrade pep8
This commit is contained in:
parent
8362fa7acd
commit
3d512ae2f5
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
"""Constants that define defaults."""
|
"""Constants that define defaults."""
|
||||||
|
|
||||||
EXCLUDE = '.svn,CVS,.bzr,.hg,.git,__pycache__,.tox'
|
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
|
MAX_LINE_LENGTH = 79
|
||||||
|
|
||||||
# Other consants
|
# Other consants
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue