Skip to content

Commit

Permalink
remove pylint too many positional argument
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyes319 committed Sep 21, 2024
1 parent dd51c4b commit a2e68ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ repos:
'--disable=missing-class-docstring',
'--disable=missing-function-docstring',
'--disable=too-many-arguments',
'--diable=too-many-positional-arguments',
'--disable=too-many-locals',
'--disable=not-callable',
'--disable=logging-fstring-interpolation',
Expand Down

0 comments on commit a2e68ed

Please sign in to comment.