diff --git a/pyproject.toml b/pyproject.toml index 3b7f3927..9a10b407 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,6 +70,7 @@ disable = [ "fixme", # ignore TODOs "redefined-outer-name", "too-many-arguments", + "too-many-positional-arguments", "too-few-public-methods"] [tool.pylint.BASIC]