nixos/testDriver: remove pinned mypy python version

This commit is contained in:
Michael Schneider 2024-02-23 02:31:33 +00:00
parent cbc4211f0a
commit fe4edb712c

View file

@ -37,7 +37,6 @@ target-version = ['py39']
include = '\.pyi?$'
[tool.mypy]
python_version = "3.10"
warn_redundant_casts = true
disallow_untyped_calls = true
disallow_untyped_defs = true