From 264f7c47767336431462189352117f762c4de577 Mon Sep 17 00:00:00 2001 From: Peter Fogg Date: Thu, 8 Oct 2015 09:55:17 -0400 Subject: [PATCH] Make pep8 ignore test_root/staticfiles directory. This directory is placed under .gitignore, so we shouldn't be worried about pep8 errors in Python files placed there. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index a580ee77ee..e4b3f1e695 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,.pycharm_helpers +exclude=migrations,.git,.pycharm_helpers,test_root/staticfiles