From 1b8d363ae657431014ad0e6c27c0991293600c03 Mon Sep 17 00:00:00 2001 From: Jhon Honce Date: Tue, 16 Dec 2025 10:36:06 -0700 Subject: [PATCH] Remove deprecated mypy option * "no_strict_optional = true" has been deprecated by mypy. This change remove linting errors. Signed-off-by: Jhon Honce --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7d495e38..79d090e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -128,7 +128,6 @@ builtins-ignorelist = ["copyright", "all"] install_types = true non_interactive = true allow_redefinition = true -no_strict_optional = true ignore_missing_imports = true [[tool.mypy.overrides]]