From 3df18bf3c619782487effc035b02bab62cc00664 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Arnauts?= Date: Wed, 25 Sep 2024 11:46:39 +0200 Subject: [PATCH] Ignore too-many-positional-arguments --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 6bf5a13..58c61d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,6 +67,7 @@ disable = [ "too-many-instance-attributes", "too-many-lines", "too-many-locals", + "too-many-positional-arguments", "too-many-public-methods", "too-many-return-statements", "too-many-statements",