Skip to content

Commit f0faed5

Browse files
committed
Added settings for the default pyflakes and vulture argument (top ietf/ directory).
- Legacy-Id: 7503
1 parent b9cbb23 commit f0faed5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ietf/settings.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,9 @@ def skip_suspicious_operations(record):
404404

405405
PRODUCTION_TIMEZONE = "America/Los_Angeles"
406406

407+
PYFLAKES_DEFAULT_ARGS= ["ietf", ]
408+
VULTURE_DEFAULT_ARGS= ["ietf", ]
409+
407410
# Put the production SECRET_KEY in settings_local.py, and also any other
408411
# sensitive or site-specific changes. DO NOT commit settings_local.py to svn.
409412
from settings_local import * # pyflakes:ignore

0 commit comments

Comments
 (0)