summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4cf939c8..edb097b4 100644
--- a/Makefile
+++ b/Makefile
@@ -51,3 +51,11 @@ version:
.PHONY: style
style:
bash -x bin/style-check
+
+.PHONY: type-check mypy
+type-check mypy:
+ python -m mypy
+
+.PHONY: test
+test:
+ pytest