mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-14 16:34:46 +00:00
Add a module with defaults
This commit is contained in:
parent
6940ef3aaf
commit
4018988585
1 changed files with 5 additions and 0 deletions
5
flake8/defaults.py
Normal file
5
flake8/defaults.py
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
"""Constants that define defaults."""
|
||||||
|
|
||||||
|
EXCLUDE = '.svn,CVS,.bzr,.hg,.git,__pycache__,.tox'
|
||||||
|
IGNORE = 'E121,E123,E126,E226,E24,E704'
|
||||||
|
MAX_LINE_LENGTH = 79
|
||||||
Loading…
Add table
Add a link
Reference in a new issue