From bed4ef2af1885e69d47622e13ddddf8c6cfa9fa6 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Tue, 5 Dec 2017 13:47:15 +0100 Subject: Do not lint wsgi.py; this because its 'application' global variable does not comply with PEP standards. In fact, it should be upper case in order to make them happy (but this would make 'uwsgi' unhappy). --- pylint/pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pylint') 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. -- cgit v1.2.3