diff --git a/pyproject.toml b/pyproject.toml index 0f455c30..9307a7fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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