diff --git a/pyproject.toml b/pyproject.toml index c1a257591..5d0829683 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -126,6 +126,7 @@ disable = [ "too-many-lines", "too-many-locals", "too-many-nested-blocks", + "too-many-positional-arguments", "too-many-public-methods", "too-many-statements", "unspecified-encoding", # TODO: fix issues and remove this disable