From 3e3b38ce7713861066169d28ccc5303ae57cacdc Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Mon, 17 Mar 2025 23:31:11 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 1ed7190149..8751d515ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,6 +55,7 @@ ignore = [ "D417", # - RUF032 - decimal-from-float-literal "RUF032", + "RUF45", # TODO These should be followed up and fixed # - B904 Within an `except` clause, raise exceptions