vars: make simplify vars store abstraction

This commit is contained in:
DavHau
2024-09-02 17:41:38 +02:00
parent 47c3ce2604
commit 6e16e54968
13 changed files with 32 additions and 36 deletions

View File

@@ -15,7 +15,7 @@ find = {}
[tool.setuptools.package-data]
test_driver = ["py.typed"]
[tool.mypy]
python_version = "3.11"
python_version = "3.12"
warn_redundant_casts = true
disallow_untyped_calls = true
disallow_untyped_defs = true