From f0faed513e98015907101de8fc4b57c8f3ba9388 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Sun, 16 Mar 2014 18:17:46 +0000 Subject: [PATCH] Added settings for the default pyflakes and vulture argument (top ietf/ directory). - Legacy-Id: 7503 --- ietf/settings.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ietf/settings.py b/ietf/settings.py index 77ab36507..8667b4ce8 100644 --- a/ietf/settings.py +++ b/ietf/settings.py @@ -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