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

Make pep8 ignore test_root/staticfiles directory.
This commit is contained in:
Peter Fogg
2015-10-08 11:22:15 -04:00

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