From 3f1fb5ee13f82bc50396af1ad05d4dbaeba4b773 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Sun, 31 Dec 2023 17:23:38 +0000 Subject: [PATCH] MyPy shows error codes by default since v0.990 --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f00ee3b53d7..f494bcb90a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -138,7 +138,6 @@ ignore_missing_imports = true no_implicit_optional = true python_version = "3.9" show_column_numbers = true -show_error_codes = true show_error_context = true strict_optional = true warn_redundant_casts = true