From 7f1df9d8f836c8b38fc7f6873c23961b6ff58019 Mon Sep 17 00:00:00 2001 From: Thomas Woerner Date: Thu, 10 Oct 2024 14:16:08 +0200 Subject: [PATCH] pylint gihub workflow: Disable too-many-positional-arguments This change disables the too-many-positional-arguments message for the pylint github workflow. --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 95dc458d9..4d2eefa61 100644 --- a/setup.cfg +++ b/setup.cfg @@ -56,7 +56,8 @@ disable = too-many-branches, too-many-locals, fixme, - use-dict-literal + use-dict-literal, + too-many-positional-arguments [pylint.BASIC] good-names =