Commit c580d4db by Peter Fogg

Merge pull request #10104 from edx/peter-fogg/silence-spurious-pep8

Make pep8 ignore test_root/staticfiles directory.
parents ec023c22 264f7c47
...@@ -29,4 +29,4 @@ no-path-adjustment=1 ...@@ -29,4 +29,4 @@ no-path-adjustment=1
# It's a little unusual, but we have good reasons for doing so, so we disable # It's a little unusual, but we have good reasons for doing so, so we disable
# this rule. # this rule.
ignore=E501,E265,W602 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