diff --git a/pyproject.toml b/pyproject.toml index 76182deb21c..bfc0dcbd3e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -187,6 +187,11 @@ lint.isort.required-imports = [ max_supported_python = "3.15" [tool.mypy] +exclude = [ + "^Tests/images/msp/", + "^Tests/images/picins/", + "^Tests/images/sunraster/", +] follow_imports = "silent" python_version = "3.11" disallow_any_generics = true @@ -197,6 +202,7 @@ warn_unreachable = true enable_error_code = "ignore-without-code" extra_checks = true pretty = true +num_workers = 4 [tool.pytest] addopts = [ "-ra", "--color=auto" ]