From 0cf6c7c38ba0a034e86c821ae56cb5728ac392c1 Mon Sep 17 00:00:00 2001
From: Karel van Klink <karel.vanklink@geant.org>
Date: Fri, 10 Nov 2023 18:03:30 +0100
Subject: [PATCH] remove overly pedantic style rules

---
 pyproject.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index 2469a1a2..e2496cb8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -41,6 +41,7 @@ ignore = [
     "D203",
     "D213",
     "N805",
+    "PLR0913",
 ]
 line-length = 120
 select = [
@@ -88,7 +89,6 @@ select = [
     "SLF",
     "T",
     "T20",
-    "TD",
     "TID",
     "TRY",
     "UP",
@@ -101,7 +101,7 @@ target-version = "py311"
 ban-relative-imports = "all"
 
 [tool.ruff.per-file-ignores]
-"test/*" = ["D", "S101", "PLR2004"]
+"test/*" = ["ARG001", "D", "S101", "PLR2004"]
 
 [tool.ruff.isort]
 known-third-party = ["pydantic", "migrations"]
-- 
GitLab