Skip to content

Commit be4af71

Browse files
authored
{CI} Disable too-many-positional-arguments R0917 (Azure#29952)
1 parent 1ab3171 commit be4af71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pylintrc

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ disable=
3232
subprocess-run-check,
3333
super-with-arguments,
3434
too-many-arguments,
35+
too-many-positional-arguments,
3536
too-many-function-args,
3637
too-many-lines,
3738
using-constant-test,

0 commit comments

Comments
 (0)