Disabled mypy checks for test_tooling

This commit is contained in:
Anton Hvornum 2026-05-23 12:56:30 +02:00
parent 25f90d8b46
commit 54d037493a
No known key found for this signature in database
GPG Key ID: D4B58E897A929F2E
1 changed files with 4 additions and 1 deletions

View File

@ -69,7 +69,10 @@ archinstall = "archinstall"
[tool.mypy]
python_version = "3.14"
files = "."
exclude = "^build/"
exclude = [
"^build/",
"^test_tooling/",
]
disallow_any_explicit = false
disallow_any_expr = false
disallow_any_unimported = true