From f25e03d002e5c621fae4c8e05e767442f20b5dda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ricks?= Date: Wed, 17 May 2023 08:22:09 +0200 Subject: [PATCH] Change: Update mypy config in pyproject.toml Set which content should be checked by mypy. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index e161194..c0985bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,4 +83,5 @@ profile = "black" line_length = 80 [tool.mypy] +files = "autohooks" ignore_missing_imports = true