From 2a6a053296187ddd6163e63eebea16f15054e875 Mon Sep 17 00:00:00 2001 From: wookie184 Date: Tue, 11 Jun 2024 20:02:17 +0100 Subject: Ignore RUF029, due to false positives and it not being that important --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3615be4c..bdd9d744 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -102,7 +102,7 @@ ignore = [ "PLR", "PT009", "RET504", - "RUF005", + "RUF005", "RUF029", "S311", "S404", "SIM102", "SIM108", "TRY003", -- cgit v1.2.3