From 78576204a120bc70b2d07f036cf299a0cf48ae13 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Tue, 20 Feb 2024 16:46:35 -0500 Subject: [PATCH] chore: drop uneeded config option Signed-off-by: Henry Schreiner --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8f60a5d9..32f5b9e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -107,7 +107,6 @@ exclude_lines = [ "pragma: no cover", "if TYPE_CHECKING:", "@overload" ] [tool.mypy] files = [ "nox/**/*.py", "noxfile.py" ] python_version = "3.7" -show_error_codes = true strict = true warn_unreachable = true enable_error_code = [ "ignore-without-code", "redundant-expr", "truthy-bool" ]