We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58cc26d commit e32b511Copy full SHA for e32b511
1 file changed
pylint.conf
@@ -33,7 +33,7 @@ load-plugins=
33
# can either give multiple identifier separated by comma (,) or put this option
34
# multiple time (only on the command line, not in the configuration file where
35
# it should appear only once).
36
-disable=
+disable=W0142
37
38
39
[REPORTS]
@@ -193,7 +193,7 @@ valid-classmethod-first-arg=cls
193
[DESIGN]
194
195
# Maximum number of arguments for function / method
196
-max-args=5
+max-args=10
197
198
# Argument names that match this expression will be ignored. Default to name
199
# with leading underscore
@@ -221,7 +221,7 @@ max-attributes=7
221
min-public-methods=2
222
223
# Maximum number of public methods for a class (see R0904).
224
-max-public-methods=20
+max-public-methods=30
225
226
227
[IMPORTS]
0 commit comments