⬆ Upgrade mypy, fix type annotations (#218)

This commit is contained in:
Sebastián Ramírez
2022-01-08 17:36:19 +01:00
committed by GitHub
parent 7fcd4fd7c5
commit 8d1b6f079a
2 changed files with 5 additions and 9 deletions

View File

@@ -37,7 +37,7 @@ sqlalchemy2-stubs = {version = "*", allow-prereleases = true}
[tool.poetry.dev-dependencies]
pytest = "^6.2.4"
mypy = "^0.910"
mypy = "0.930"
flake8 = "^3.9.2"
black = {version = "^21.5-beta.1", python = "^3.7"}
mkdocs = "^1.2.1"