aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b615b65..4ba0066 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,8 @@
-.PHONY: tags
+.PHONY: tags check
tags:
ctags `find mu4web -type f -name \*.py `
+
+check:
+ mypy -p mu4web
+ flake8 mu4web