summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 030ddd67..24f33763 100644
--- a/Makefile
+++ b/Makefile
@@ -53,3 +53,7 @@ locales:
else \
mkdir -p locales; \
fi
+
+.PHONY: style
+style:
+ flake8 . --count --max-complexity=10 --max-line-length=150 --statistics --exclude=pyembroidery,__init__.py