summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2018-09-16 13:09:46 -0400
committerLex Neva <github.com@lexneva.name>2018-09-16 13:09:49 -0400
commit5e9cb83a9375a2b6312f390e84e4ac8e778d04cb (patch)
treea90595950f5d2fcd0e53a3af5e8bc6cddfd4216b /Makefile
parentfa125ff27ef2682f78faf307b3de29456c263ad3 (diff)
remove code style exemption for params.py and simulator.py
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 79d930a8..9d806509 100644
--- a/Makefile
+++ b/Makefile
@@ -60,4 +60,4 @@ locales:
.PHONY: style
style:
- flake8 . --count --max-complexity=10 --max-line-length=150 --statistics --exclude=pyembroidery,__init__.py,simulator.py,params.py
+ flake8 . --count --max-complexity=10 --max-line-length=150 --statistics --exclude=pyembroidery,__init__.py