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 8891a71 commit 939c010Copy full SHA for 939c010
.pylintrc
@@ -426,7 +426,7 @@ max-public-methods=40
426
max-returns=6
427
428
# Maximum number of statements in function / method body
429
-max-statements=75
+max-statements=50
430
431
# Minimum number of public methods for a class (see R0903).
432
min-public-methods=2
dash/dash.py
@@ -1266,6 +1266,7 @@ def long_callback(
1266
**_kwargs,
1267
)
1268
1269
+ # pylint: disable=R0915
1270
def dispatch(self):
1271
body = flask.request.get_json()
1272
0 commit comments