chore: nastavit mypy python_version na 3.10

This commit is contained in:
2026-07-12 20:45:53 +02:00
parent 222df46c47
commit c2bd4fd6ac
+1 -1
View File
@@ -38,7 +38,7 @@ source = "vcs"
packages = ["kostky"]
[tool.mypy]
python_version = "3.9"
python_version = "3.10"
strict = true
files = ["kostky"]