Merge pull request #290747 from m1-s/mypyPythonVersion

nixos/testDriver: remove pinned mypy python version
This commit is contained in:
Jacek Galowicz 2024-02-23 11:55:38 +07:00 committed by GitHub
commit 4a3d62623b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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