diff options
| author | Lex Neva <github.com@lexneva.name> | 2018-08-23 21:47:27 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2018-08-24 20:42:39 -0400 |
| commit | adc0e3e43bb83f4608317293537309d8a53a496e (patch) | |
| tree | 8626b6002ee12cf5e669b6c38929b9b9031ae481 | |
| parent | 235fa2f7e67dea1ef20830ae658eb4f817a5caef (diff) | |
TEMPORARY: ignore simulator.py and params.py in style check
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
