Sfoglia il codice sorgente

Set flake8 to ignore all migrations

Vince Salvino 5 anni fa
parent
commit
99ad6f8b61
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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