Browse Source

pep8: exclude south_migrations

David Cramer 7 years ago
parent
commit
4e3977b589
1 changed files with 1 additions and 0 deletions
  1. 1 0
      setup.cfg

+ 1 - 0
setup.cfg

@@ -20,3 +20,4 @@ max-line-length = 99
 # E721 says "always us isinstance" which is not a substitute for type in all cases
 ignore = W690,E721
 aggressive = 2
+exclude = */south_migrations/*