Skip to content

Commit

Permalink
globally disable too-many-positional-arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
aloctavodia committed Sep 25, 2024
1 parent 9dd10f3 commit 81b094a
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 @@ -61,6 +61,7 @@ disable=missing-docstring,
too-many-locals,
too-many-branches,
too-many-statements,
too-many-positional-arguments,
too-few-public-methods,
import-outside-toplevel,
no-else-continue,
Expand Down

0 comments on commit 81b094a

Please sign in to comment.