diff --git a/.pycodestyle b/.pycodestyle index aee37a01e..a80b78a7d 100644 --- a/.pycodestyle +++ b/.pycodestyle @@ -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