From dcb98a81f98a5b5c7a39a9109424f505f40a5c12 Mon Sep 17 00:00:00 2001 From: Joshua Hiller Date: Fri, 1 Nov 2024 11:37:03 -0400 Subject: [PATCH] Increase max positional arguments --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index d945b54..484b963 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,6 +53,7 @@ disable = [ # (from Falcon) by definition. Therefore, we have switched this rule off globally. "too-many-public-methods", ] +max-positional-arguments=10 [tool.poetry.scripts]