We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f73628 commit 3df39b0Copy full SHA for 3df39b0
Makefile
@@ -29,6 +29,8 @@ lint-pyflakes:
29
30
.PHONY: lint-mypy
31
lint-mypy:
32
+ pipenv run mypy setup.py
33
+ pipenv run mypy tests
34
pipenv run mypy src/enapter
35
36
.PHONY: test
Pipfile
@@ -18,3 +18,5 @@ pytest-asyncio = "*"
18
pytest-cov = "*"
19
setuptools = "*"
20
twine = "*"
21
+types-docker = "*"
22
+types-setuptools = "*"
0 commit comments