File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ load-plugins=
33
33
# can either give multiple identifier separated by comma (,) or put this option
34
34
# multiple time (only on the command line, not in the configuration file where
35
35
# it should appear only once).
36
- disable=
36
+ disable=W0142
37
37
38
38
39
39
[REPORTS]
@@ -193,7 +193,7 @@ valid-classmethod-first-arg=cls
193
193
[DESIGN]
194
194
195
195
# Maximum number of arguments for function / method
196
- max-args=5
196
+ max-args=10
197
197
198
198
# Argument names that match this expression will be ignored. Default to name
199
199
# with leading underscore
@@ -221,7 +221,7 @@ max-attributes=7
221
221
min-public-methods=2
222
222
223
223
# Maximum number of public methods for a class (see R0904).
224
- max-public-methods=20
224
+ max-public-methods=30
225
225
226
226
227
227
[IMPORTS]
You can’t perform that action at this time.
0 commit comments