From 03b7286e49b528e34a6ce25ce6d6f0eb42fd4f3f Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Thu, 4 Jan 2024 16:39:54 -0600 Subject: [PATCH] chore: Remove Mypy 'show_error_codes' as now default (#2414) * sp-repo-review MY102: Mypy show_error_codes deprecated Must not have show_error_codes. Use hide_error_codes instead (since Mypy v0.990). --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e2a17df696..9b653a5646 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -237,7 +237,6 @@ files = "src" python_version = "3.11" warn_unused_configs = true strict = true -show_error_codes = true enable_error_code = ["ignore-without-code", "redundant-expr", "truthy-bool"] warn_unreachable = true