From 8efc8159b9f88cd44ce2467a342d14eb0682404c Mon Sep 17 00:00:00 2001 From: Tom Fischer <thomas.fischer@ufz.de> Date: Mon, 21 Oct 2024 13:16:30 +0200 Subject: [PATCH] Disable pylint warning. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 631cb271..d1939642 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] -- GitLab