mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-01 11:26:54 +00:00
Update defaults
McCabe reports C90* not C* and Flake8 2 used to exclude .eggs and *.egg
This commit is contained in:
parent
6208a4969b
commit
f963641e93
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
"""Constants that define defaults."""
|
||||
|
||||
EXCLUDE = '.svn,CVS,.bzr,.hg,.git,__pycache__,.tox'
|
||||
EXCLUDE = '.svn,CVS,.bzr,.hg,.git,__pycache__,.tox,.eggs,*.egg'
|
||||
IGNORE = 'E121,E123,E126,E226,E24,E704,W503,W504'
|
||||
SELECT = 'E,F,W,C'
|
||||
SELECT = 'E,F,W,C90'
|
||||
MAX_LINE_LENGTH = 79
|
||||
|
||||
TRUTHY_VALUES = set(['true', '1', 't'])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue