Merge pull request #7793 from edx/ned/pep8-needs-to-ignore-dotgit

PEP8 needs to ignore .git
This commit is contained in:
Ned Batchelder
2015-04-23 15:41:20 -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
exclude=migrations,.git