Explorar o código

Set flake8 to ignore all migrations

Vince Salvino %!s(int64=5) %!d(string=hai) anos
pai
achega
99ad6f8b61
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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