From d0a336f88c51b425766ab100d71d1b54077df461 Mon Sep 17 00:00:00 2001 From: Apostolos Chalkis Date: Wed, 23 Oct 2024 15:07:20 +0300 Subject: [PATCH] add too-many-positional-arguments as a pylint message to be ignored --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index fa5cf4f4..ca21d5dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,6 +23,7 @@ variable-rgx = "[a-z_][a-z0-9_]{1,30}$" disable = [ # intentionally disabled: "unknown-option-value", + "too-many-positional-arguments", ] [tool.pylint.spelling]