From bfeff1839c5b361ea7ac34478a24a2b10d47ef34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mose=20M=C3=BCller?= Date: Wed, 2 Aug 2023 14:31:35 +0200 Subject: [PATCH] Adding mypy_path option to pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 1a08701..894326b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,6 +65,7 @@ exclude = ''' profile = "black" [tool.mypy] +mypy_path = "src/" show_error_codes = true disallow_untyped_defs = true disallow_untyped_calls = true