check types in leapseconddata.py
This commit is contained in:
parent
9d9fe1d0ec
commit
df6619d770
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -13,7 +13,7 @@ coverage: $(VENV_PYTHON)
|
|||
|
||||
.PHONY: mypy
|
||||
mypy: $(VENV_PYTHON)
|
||||
$(VENV_BIN)/mypy --strict leapseconddata
|
||||
$(VENV_BIN)/mypy --strict leapseconddata testleapseconddata.py
|
||||
|
||||
# Minimal makefile for Sphinx documentation
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue