We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9cbb23 commit f0faed5Copy full SHA for f0faed5
1 file changed
ietf/settings.py
@@ -404,6 +404,9 @@ def skip_suspicious_operations(record):
404
405
PRODUCTION_TIMEZONE = "America/Los_Angeles"
406
407
+PYFLAKES_DEFAULT_ARGS= ["ietf", ]
408
+VULTURE_DEFAULT_ARGS= ["ietf", ]
409
+
410
# Put the production SECRET_KEY in settings_local.py, and also any other
411
# sensitive or site-specific changes. DO NOT commit settings_local.py to svn.
412
from settings_local import * # pyflakes:ignore
0 commit comments