From 107178d4178ad2f7bca507b9f7e6fef59159e535 Mon Sep 17 00:00:00 2001 From: kedhammar Date: Mon, 21 Oct 2024 14:45:29 +0200 Subject: [PATCH] mypy exclude build --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8a625b82..88d697af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,4 +22,5 @@ ignore = [ [tool.mypy] ignore_missing_imports = true -follow_imports = 'skip' \ No newline at end of file +follow_imports = 'skip' +exclude = 'build' \ No newline at end of file