From 29d6b2ccace1394ecfbac0917a21f9a3952f7608 Mon Sep 17 00:00:00 2001 From: Tatu Aalto <2665023+aaltat@users.noreply.github.com> Date: Sat, 1 Feb 2025 22:14:09 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b6421c9..bd10308 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ lint.ignore = [ "N818", # Exception name check is disabled "PTH100", # abspath is OK "B904", # Raise inside except block - "RET503", # Return statement in finally block + "RET503", # Not having return is OK ] target-version = "py38" lint.select = [