From 64977dc7d6ee632c324d6debce77f7eb3b4dd3d7 Mon Sep 17 00:00:00 2001 From: glrs <5999366+glrs@users.noreply.github.com> Date: Mon, 7 Oct 2024 14:23:59 +0200 Subject: [PATCH] Add `check_untyped_defs` parameter for mypy --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bc6a79b..82ee0bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,4 +16,5 @@ ignore = [ [tool.mypy] ignore_missing_imports = true -follow_imports = "skip" \ No newline at end of file +follow_imports = "skip" +check_untyped_defs = false \ No newline at end of file