We need to prefix the exclude directories as the pycodestyle file is now in a different location.

This commit is contained in:
Dave Page 2019-03-20 09:33:51 +00:00
parent 9273da2dc6
commit 6a8367beb9

View File

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