Skip to content
Snippets Groups Projects
Commit 264f7c47 authored by Peter Fogg's avatar Peter Fogg
Browse files

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
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment