From 6a8367beb9c6f750b3baf5b6ffd5b9a653064a40 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Wed, 20 Mar 2019 09:33:51 +0000 Subject: [PATCH] We need to prefix the exclude directories as the pycodestyle file is now in a different location. --- .pycodestyle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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