diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |
