Full type coverage with mypy

This commit is contained in:
Cian Hughes
2023-11-01 16:41:15 +00:00
parent baf5962f34
commit df07bc2bc4
7 changed files with 70 additions and 29 deletions

View File

@@ -25,6 +25,7 @@ black = "^23.10.1"
snoop = "^0.4.3"
pytest = "^7.4.3"
mypy = "^1.6.1"
docker-stubs = {git = "https://github.com/rdozier-work/docker-stubs"}
[tool.poetry.scripts]
node_deployer = "node_deployer.__main__:main"