Skip to content

Commit 939c010

Browse files
committed
rollback pylintrc change
1 parent 8891a71 commit 939c010

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ max-public-methods=40
426426
max-returns=6
427427

428428
# Maximum number of statements in function / method body
429-
max-statements=75
429+
max-statements=50
430430

431431
# Minimum number of public methods for a class (see R0903).
432432
min-public-methods=2

dash/dash.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1266,6 +1266,7 @@ def long_callback(
12661266
**_kwargs,
12671267
)
12681268

1269+
# pylint: disable=R0915
12691270
def dispatch(self):
12701271
body = flask.request.get_json()
12711272

0 commit comments

Comments
 (0)