Skip to content

Commit 39fb97b

Browse files
authored
Fix ruff PLR0917 lint errors by adding to ignore list in pyproject.toml
1 parent 42d0262 commit 39fb97b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ ignore = [
4343
"D203", # 1 blank line required before class docstring (from pydocstyle)
4444
"D417", # Missing argument descriptions (from pydocstyle)
4545
"PLR0913", # Too many arguments
46+
"PLR0917", # Too many positional arguments
4647
"PLR2004", # Magic value comparison
4748
"PLW2901", # Loop variable overwritten
4849
]

0 commit comments

Comments
 (0)