We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a841f3f commit 722d734Copy full SHA for 722d734
.pylintrc
@@ -395,7 +395,7 @@ valid-metaclass-classmethod-first-arg=mcs
395
[DESIGN]
396
397
# Maximum number of arguments for function / method
398
-max-args=5
+max-args=6
399
400
# Maximum number of attributes for a class (see R0902).
401
# max-attributes=7
examples/test_formatting.py
@@ -15,3 +15,6 @@ def __init__(
15
self.min_pressure = min_pressure
16
self.display_timeout = display_timeout
17
self.config_filename = config_filename
18
+
19
+ def fake(self):
20
+ pass
0 commit comments