Skip to content

Commit b2cedb8

Browse files
author
andrew (from workstation)
committed
increment plugin method
1 parent c39c963 commit b2cedb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pylintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ max-locals=30
1212
max-statements=100
1313
max-branches=100
1414
max-returns=15
15+
max-public-methods=25
1516

1617
[MESSAGES CONTROL]
1718
disable=missing-function-docstring,missing-module-docstring,invalid-overridden-method,cyclic-import,missing-class-docstring,super-init-not-called,broad-except,protected-access,duplicate-code

0 commit comments

Comments
 (0)