Skip to content

Commit

Permalink
build: disable pylint R0917(too-many-positional-arguments)
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammad-ammar committed Sep 23, 2024
1 parent e9f62c3 commit 1ac5ff8
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 @@ -48,6 +48,7 @@ disable=
missing-function-docstring,
missing-class-docstring,
too-many-arguments,
too-many-positional-arguments,
too-many-ancestors,
too-many-locals,
too-many-lines,
Expand Down

0 comments on commit 1ac5ff8

Please sign in to comment.