Add mypy fix some typing errors

This commit is contained in:
2023-05-29 21:25:38 -04:00
parent e1981c44de
commit 6771ec9205
4 changed files with 91 additions and 22 deletions
+1
View File
@@ -35,6 +35,7 @@ boggler = "boggler.__main__:main"
[tool.poetry.group.dev.dependencies]
pytest = "^7.3.1"
pylint = "^2.17.4"
mypy = "^1.3.0"
[build-system]
requires = ["poetry-core"]