Skip to content

Commit

Permalink
New: static type checking (experimental)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-zeller committed Feb 7, 2021
1 parent dd6b33f commit ac6a773
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -798,6 +798,12 @@ $(PACKAGES_OUT): $(PYS)
@test ! -s $@


# Static checks (in progess)
MYPY = mypy --config-file mypy.ini
check-types:
cd $(CODE_TARGET); $(MYPY) --config-file mypy.ini bookutils


.PHONY: run
run: check-imports check-standard-imports check-package check-code

Expand Down

0 comments on commit ac6a773

Please sign in to comment.