Commit 264f7c47 by Peter Fogg

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.
parent ec023c22
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment