summaryrefslogtreecommitdiff
path: root/pylint
diff options
context:
space:
mode:
Diffstat (limited to 'pylint')
-rw-r--r--pylint/pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/pylintrc b/pylint/pylintrc
index 234d913..e4aee75 100644
--- a/pylint/pylintrc
+++ b/pylint/pylintrc
@@ -7,7 +7,7 @@ extension-pkg-whitelist=
# Add files or directories to the blacklist. They should be base names, not
# paths.
-ignore=CVS,migrations,south_migrations
+ignore=CVS,migrations,south_migrations,wsgi.py
# Add files or directories matching the regex patterns to the blacklist. The
# regex matches against base names, not paths.