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 122dfbb commit 76e8eb5
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 @@ -38,6 +38,7 @@ disable=
too-many-instance-attributes,
too-many-lines,
too-many-locals,
too-many-positional-arguments,
too-many-return-statements,
too-many-statements,
unspecified-encoding,
Expand Down

0 comments on commit 76e8eb5

Please sign in to comment.