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