diff --git a/pyproject.toml b/pyproject.toml index f05a44e3e..0480feba3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,7 @@ order_by_type = false [tool.mypy] files = "." +exclude = "build/.*" # 'strict = true' is equivalent to the following: check_untyped_defs = true