summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2018-08-23 21:47:27 -0400
committerLex Neva <github.com@lexneva.name>2018-08-24 20:42:39 -0400
commitadc0e3e43bb83f4608317293537309d8a53a496e (patch)
tree8626b6002ee12cf5e669b6c38929b9b9031ae481
parent235fa2f7e67dea1ef20830ae658eb4f817a5caef (diff)
TEMPORARY: ignore simulator.py and params.py in style check
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 24f33763..770fd585 100644
--- a/Makefile
+++ b/Makefile
@@ -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