Browse Source

Set flake8 to ignore all migrations

Vince Salvino 5 years ago
parent
commit
99ad6f8b61
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.cfg

+ 1 - 1
setup.cfg

@@ -1,3 +1,3 @@
 [flake8]
-exclude = coderedcms/project_template/*,coderedcms/migrations/*,schema.py
+exclude = coderedcms/project_template/*,migrations,schema.py
 max-line-length = 100