From 56e2a819295471a4003119cb40142d73285c9099 Mon Sep 17 00:00:00 2001 From: duwenxin Date: Mon, 20 May 2024 17:08:55 -0400 Subject: [PATCH] ci: Add mypy function type check --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index cbb4dba1..6c6ef520 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,6 +57,7 @@ profile = "black" [tool.mypy] python_version = 3.8 warn_unused_configs = true +disallow_incomplete_defs = true exclude = [ 'docs/*',