diff --git a/pyproject.toml b/pyproject.toml
index 631cb2716ba32cec67edf1afaa720970af87b1a2..d1939642c95f47164981e838bdf3e9064150b15d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -135,6 +135,7 @@ multi_line_output = 3
         "C0103", # ignore invalid-names like "x", "y"
         "C0415", # ignore defered imports
         "R0801", # ignore code duplications
+        "R0917", # too-many-positional-arguments
     ]
 
     [tool.pylint.reports]