From d08f4fbace01f528dbebb732d02fc8201c5fdbf0 Mon Sep 17 00:00:00 2001 From: Sid <27780930+autinerd@users.noreply.github.com> Date: Thu, 8 Aug 2024 11:56:18 +0200 Subject: [PATCH] Enable Ruff RET501 (#115031) * Enable Ruff RET501 * add noqa and type hints * use Any for fixtures * Review comments, typing fixes * Review comments * fix new occurrences, clean up * Fix typing * clean up rebase * more cleanup * Remove old occurrences --------- Co-authored-by: epenet <6771947+epenet@users.noreply.github.com> --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a0a98bc72be..9e4fe36243b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -822,7 +822,6 @@ ignore = [ # temporarily disabled "RET503", - "RET501", "TRY301" ]