From a2244952d42f45a0addad5ac4140de3afba8bd24 Mon Sep 17 00:00:00 2001 From: Tsuyoshi Hombashi Date: Sun, 17 Sep 2023 11:32:04 +0900 Subject: [PATCH] Update [tool.mypy] --- pyproject.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 978d9cf..bb50818 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,10 +62,17 @@ ignore_missing_imports = true python_version = 3.7 pretty = true + +check_untyped_defs = true +disallow_incomplete_defs = true +disallow_untyped_defs = true +no_implicit_optional = true show_error_codes = true show_error_context = true +warn_redundant_casts = true warn_unreachable = true warn_unused_configs = true +warn_unused_ignores = true [tool.pytest.ini_options] testpaths = [