Skip to content

Commit

Permalink
pylint: disable too-many-positional-arguments
Browse files Browse the repository at this point in the history
Added in 3.3.0, split from `too-many-arguments`, which is disabled.
  • Loading branch information
benoit-pierre authored and dcbaker committed Sep 20, 2024
1 parent 933b012 commit 7659c6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ disable=
too-many-lines,
too-many-locals,
too-many-nested-blocks,
too-many-positional-arguments,
too-many-public-methods,
too-many-return-statements,
too-many-statements,
Expand Down

0 comments on commit 7659c6c

Please sign in to comment.