aboutsummaryrefslogtreecommitdiff
path: root/pylint.tests.toml
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2022-12-15 23:29:54 +0100
committerDaniel Schadt <kingdread@gmx.de>2022-12-15 23:29:54 +0100
commitb9f170b267d675662fe3b67e90231865d6a33edd (patch)
tree07b572ced18474e46ddedccb51c8298fe4c43d7f /pylint.tests.toml
parentf431d0d82ddfd38f9a7e53042070a7e49ee67019 (diff)
downloadfietsboek-b9f170b267d675662fe3b67e90231865d6a33edd.tar.gz
fietsboek-b9f170b267d675662fe3b67e90231865d6a33edd.tar.bz2
fietsboek-b9f170b267d675662fe3b67e90231865d6a33edd.zip
fix lints
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