From 77ab3e2769cd5bdc07460a9294231ca23326c147 Mon Sep 17 00:00:00 2001 From: Mark Nottingham Date: Wed, 5 Mar 2025 11:06:32 +1100 Subject: [PATCH] Take it easy on positional args (for now) --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index dc8292cb..71eb2779 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,6 +92,7 @@ dummy-variables-rgx = "response_start|response_body|response_done|error|formatte [tool.pylint.design] max-args=10 +max-positional-arguments=10 max-locals=35 max-branches=25 max-statements=100