aboutsummaryrefslogtreecommitdiff
path: root/pylint.tests.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pylint.tests.toml')
-rw-r--r--pylint.tests.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint.tests.toml b/pylint.tests.toml
index 1c479e4..9e4b37b 100644
--- a/pylint.tests.toml
+++ b/pylint.tests.toml
@@ -230,7 +230,7 @@ valid-metaclass-classmethod-first-arg = ["cls"]
# ignored-parents =
# Maximum number of arguments for function / method.
-max-args = 5
+max-args = 10
# Maximum number of attributes for a class (see R0902).
max-attributes = 7