From 53ae960aeba0dde6109b91c171f22758b1b04ebe Mon Sep 17 00:00:00 2001 From: Dave Page Date: Thu, 15 Mar 2018 07:10:01 -0400 Subject: [PATCH] Ignore config_local.py and config_distro.py when running PEP-8 checks. --- web/.pycodestyle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/.pycodestyle b/web/.pycodestyle index ec01c1ad5..aee37a01e 100644 --- a/web/.pycodestyle +++ b/web/.pycodestyle @@ -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