Skip to content

Commit

Permalink
Disable too-many-positional-arguments in pylintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin committed Oct 14, 2024
1 parent cf15d1d commit 6f145aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci-image/conf/pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ disable=
too-many-ancestors,
too-many-arguments,
too-many-branches,
too-many-positional-arguments,
too-many-instance-attributes,
too-many-lines,
too-many-locals,
Expand Down

0 comments on commit 6f145aa

Please sign in to comment.