summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLex Neva <lexelby@users.noreply.github.com>2018-09-29 13:22:05 -0600
committerGitHub <noreply@github.com>2018-09-29 13:22:05 -0600
commit5139c13fd7f43bb4d829e3c8225c51268e4d27d1 (patch)
tree8d89cf6fc362aa261baf9f63d68653c50fe72aa5 /Makefile
parentee7ed8f679dd493bd8991ede51bc741c47567b51 (diff)
parent5e9cb83a9375a2b6312f390e84e4ac8e778d04cb (diff)
Merge pull request #316 from inkstitch/lexelby/bug-fixes
more bug fixes
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