summaryrefslogtreecommitdiff
path: root/pylint
AgeCommit message (Collapse)Author
2017-12-14disable import-error: linter does not bother with PYTHOPATHMarcello Stanisci
2017-12-05Do not lint wsgi.py; this because its 'application' globalMarcello Stanisci
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).
2017-11-06disabling logging-not-lazyMarcello Stanisci
2017-11-03pylint rc fileMarcello Stanisci