Ignore config_local.py and config_distro.py when running PEP-8 checks.

This commit is contained in:
Dave Page 2018-03-15 07:10:01 -04:00
parent 010ee626bc
commit 53ae960aeb

View File

@ -6,4 +6,4 @@ show-source = False
show-pep8 = False
count = True
format = pylint
exclude = migrations,node_modules
exclude = migrations,node_modules,config_local.py,config_distro.py