Skip to content

Commit

Permalink
avoid too-many-positional-arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
t-imamichi committed Oct 17, 2024
1 parent 723db6b commit 55cb492
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 @@ -71,6 +71,7 @@ disable=fixme, # disabled as TODOs would show up as warnings
no-else-return, # relax "elif" after a clause with a return
docstring-first-line-empty, # relax docstring style
import-outside-toplevel,
unknown-option-value,


[REPORTS]
Expand Down

0 comments on commit 55cb492

Please sign in to comment.