Skip to content

Commit 8e14fc1

Browse files
authored
globally disable too-many-positional-arguments (#2387)
1 parent 9dd10f3 commit 8e14fc1

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
@@ -61,6 +61,7 @@ disable=missing-docstring,
6161
too-many-locals,
6262
too-many-branches,
6363
too-many-statements,
64+
too-many-positional-arguments,
6465
too-few-public-methods,
6566
import-outside-toplevel,
6667
no-else-continue,

0 commit comments

Comments
 (0)