From f7c9758c4eb8e0f86543414918c83edb4eca639c Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Tue, 5 Dec 2023 08:45:05 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d1616da786..c7a5b01cb4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -231,7 +231,7 @@ source = ["notebook"] files = "notebook" python_version = "3.8" strict = true -show_error_codes = true +hide_error_codes = false enable_error_code = ["ignore-without-code", "redundant-expr", "truthy-bool"] warn_unreachable = true