Skip to content

Commit 3df39b0

Browse files
committed
lint: mypy: check setup and tests
1 parent 5f73628 commit 3df39b0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ lint-pyflakes:
2929

3030
.PHONY: lint-mypy
3131
lint-mypy:
32+
pipenv run mypy setup.py
33+
pipenv run mypy tests
3234
pipenv run mypy src/enapter
3335

3436
.PHONY: test

Pipfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ pytest-asyncio = "*"
1818
pytest-cov = "*"
1919
setuptools = "*"
2020
twine = "*"
21+
types-docker = "*"
22+
types-setuptools = "*"

0 commit comments

Comments
 (0)