Skip to content

Commit

Permalink
linters: lift restriction on number of function arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
fkglr committed Apr 24, 2024
1 parent 57f0b21 commit 35d50d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ ignore = [
"PLR2004", # magic value used in comparison
"PLR0911", # too many return statements
"PLR0912", # too many branches
"PLR0913", # too many arguments to function call
"PLR0915", # too many statements
"PLC1901", # empty string is falsey
]
Expand Down

0 comments on commit 35d50d7

Please sign in to comment.