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 aa7555b commit cef008dCopy full SHA for cef008d
.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