TEMPORARY: ignore simulator.py and params.py in style check

pull/288/head
Lex Neva 2018-08-23 21:47:27 -04:00
rodzic 235fa2f7e6
commit adc0e3e43b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -56,4 +56,4 @@ locales:
.PHONY: style
style:
flake8 . --count --max-complexity=10 --max-line-length=150 --statistics --exclude=pyembroidery,__init__.py
flake8 . --count --max-complexity=10 --max-line-length=150 --statistics --exclude=pyembroidery,__init__.py,simulator.py,params.py