PEP8 needs to ignore .git

This commit is contained in:
Ned Batchelder
2015-04-23 14:42:20 -04:00
parent 8006227aa6
commit 283521e62f

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