diff --git a/pyproject.toml b/pyproject.toml index e25d3de..e37c3ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,6 +72,10 @@ enable = [ "useless-suppression", ] +disable = [ + "too-many-positional-arguments", +] + [tool.pylint.design] max-args = 5 # Maximum number of arguments for function / method (see R0913). max-attributes = 7 # Maximum number of attributes for a class (see R0902).