From ad07cb592d15f8a4cb28db68b04af48b94b9f280 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Tue, 20 Feb 2024 19:12:39 -0500 Subject: [PATCH] chore: drop uneeded config option (#773) --- 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" ]