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 9dd10f3 commit 8e14fc1Copy full SHA for 8e14fc1
.pylintrc
@@ -61,6 +61,7 @@ disable=missing-docstring,
61
too-many-locals,
62
too-many-branches,
63
too-many-statements,
64
+ too-many-positional-arguments,
65
too-few-public-methods,
66
import-outside-toplevel,
67
no-else-continue,
0 commit comments