From 3039a378fd113ccace3df36dc2e90f815ade284c Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Thu, 4 Jan 2024 15:53:36 -0600 Subject: [PATCH] chore: Remove Mypy 'show_error_codes' as now default * 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