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.
This commit is contained in:
Peter Fogg
2015-10-08 09:55:17 -04:00
parent ec023c22e6
commit 264f7c4776

View File

@@ -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