From b0d6f9a13febcc7e022cd7fc90c33315b6b4f216 Mon Sep 17 00:00:00 2001 From: Shantanu <12621235+hauntsaninja@users.noreply.github.com> Date: Wed, 24 Aug 2022 22:18:34 -0700 Subject: [PATCH] Remove use of deprecated mypy option `show_none_errors` is deprecated, see https://github.com/python/mypy/pull/13507 --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 67c56123a847c..89afdcfd32d22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,7 +100,6 @@ warn_no_return = true warn_return_any = false # TODO warn_unreachable = false # GH#27396 # Suppressing errors -show_none_errors = true ignore_errors = false enable_error_code = "ignore-without-code" # Miscellaneous strictness flags