From 97cc2a5c135a20317992e874208b0c09cf1565dc Mon Sep 17 00:00:00 2001 From: Peter Leupi Date: Fri, 1 Nov 2024 20:18:41 +0100 Subject: [PATCH] disable pylint check --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 531a5b8..ea954ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,6 +41,7 @@ disable = [ "too-many-locals", "too-few-public-methods", "too-many-instance-attributes", + "too-many-positional-arguments", ] [tool.ruff]