Ignore config_local.py and config_distro.py when running PEP-8 checks.
parent
010ee626bc
commit
53ae960aeb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue