Update mypy to latest version

This commit is contained in:
2023-04-13 14:54:10 -04:00
parent 5df974faa5
commit 1fe2eff40a
2 changed files with 53 additions and 47 deletions

View File

@@ -57,7 +57,7 @@ black = {version = "^22.8.0", python = "^3.10"}
blacken-docs = {version = "^1.12.0", python = "^3.10"}
mdformat = {version = "^0.6.4", python = "^3.10"}
mdformat-gfm = {version = "^0.2", python = "^3.10"}
mypy = {version = "^0.910", python = "^3.10"}
mypy = {version = "^1.2.0", python = "^3.10"}
pre-commit = {version = "^2.15.0", python = "^3.10"}
pre-commit-hooks = {version = "^4.0.1", python = "^3.10"}
pylint = {version = "^2.13.0", python = "^3.10"}