Added settings for the default pyflakes and vulture argument (top ietf/ directory).
- Legacy-Id: 7503
This commit is contained in:
parent
b9cbb236dd
commit
f0faed513e
|
@ -404,6 +404,9 @@ USE_ETAGS=True
|
|||
|
||||
PRODUCTION_TIMEZONE = "America/Los_Angeles"
|
||||
|
||||
PYFLAKES_DEFAULT_ARGS= ["ietf", ]
|
||||
VULTURE_DEFAULT_ARGS= ["ietf", ]
|
||||
|
||||
# Put the production SECRET_KEY in settings_local.py, and also any other
|
||||
# sensitive or site-specific changes. DO NOT commit settings_local.py to svn.
|
||||
from settings_local import * # pyflakes:ignore
|
||||
|
|
Loading…
Reference in a new issue