From d6201acb24d713415a83a5cbacfbb72ce3a45798 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos Orfanos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Thu, 27 Jun 2024 20:06:56 +0200 Subject: [PATCH] Stop ignoring these ruff rules (#2001) All issues seem to have been fixed. --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d61eadea8..5b97feb80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -183,10 +183,7 @@ extend-select = [ "RUF", ] ignore = [ - "RUF003", "RUF005", - "RUF012", - "RUF015", ] [tool.mypy]