From 8d3d72412f9a5958ffe4725fa239cacb86bf01b8 Mon Sep 17 00:00:00 2001 From: DarkCat09 Date: Fri, 24 Mar 2023 19:05:28 +0400 Subject: [PATCH] MyPy: check untyped functions --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 901443c..e49dab6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,3 +19,4 @@ packages = [] show_error_codes = true ignore_missing_imports = true warn_redundant_casts = true +check_untyped_defs = true