Upgrade mypy

This commit is contained in:
sebthom
2022-03-12 20:50:57 +01:00
parent 8437ca187a
commit 9d35d3c2ac
2 changed files with 28 additions and 25 deletions

View File

@@ -61,10 +61,10 @@ dev = [
"autopep8~=1.6",
"bandit~=1.7",
"pytest~=7.0",
"pyinstaller~=4.9",
"pyinstaller~=4.10",
"psutil",
"pylint~=2.12",
"mypy~=0.931",
"mypy~=0.940",
]
[tool.pdm.scripts]