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.
2 parents aa7555b + cef008d commit c5bcfb3Copy full SHA for c5bcfb3
.pylintrc
@@ -76,6 +76,7 @@ disable=consider-using-in,
76
consider-using-dict-items,
77
unspecified-encoding,
78
consider-using-f-string,
79
+ too-many-positional-arguments,
80
duplicate-code,
81
82
# Enable the message, report, category or checker with the given id(s). You can
0 commit comments