type check the tests too
This commit is contained in:
parent
1bf978445e
commit
b859900b9b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -44,7 +44,7 @@ test_venv:
|
||||||
|
|
||||||
.PHONY: mypy
|
.PHONY: mypy
|
||||||
mypy:
|
mypy:
|
||||||
$(Q)mypy --strict --no-warn-unused-ignores src
|
$(Q)mypy --strict --no-warn-unused-ignores src test
|
||||||
|
|
||||||
.PHONY: update
|
.PHONY: update
|
||||||
update:
|
update:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue