Skip to content

Commit

Permalink
Fix linter errors by disabling the too-many-positional-arguments check (
Browse files Browse the repository at this point in the history
  • Loading branch information
renatahodovan authored Oct 27, 2024
1 parent 7f237cd commit 50337dc
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 @@ -24,6 +24,7 @@ disable=
too-many-branches,
too-many-instance-attributes,
too-many-locals,
too-many-positional-arguments,
unused-argument,
useless-option-value, # disables warning in recent pylint that does not check for no-self-use anymore

Expand Down

0 comments on commit 50337dc

Please sign in to comment.