From 5a843b5b99ed359af8d3d14835204a04bba5c6f6 Mon Sep 17 00:00:00 2001 From: Ben Patterson Date: Wed, 29 Apr 2015 08:37:46 -0400 Subject: [PATCH] Pep8 should ignore pycharm-helpers files on folks' workstations/VMs. Project-root is the default location for these helper files, and they are being examined as part of pep8 runs. This change will ensure they are ignored in this case. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 11d4eb36c3..a580ee77ee 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,4 +29,4 @@ no-path-adjustment=1 # It's a little unusual, but we have good reasons for doing so, so we disable # this rule. ignore=E501,E265,W602 -exclude=migrations,.git +exclude=migrations,.git,.pycharm_helpers