Skip to content

Commit c86008b

Browse files
committed
Ruff ignore ANN002 and ANN003
1 parent 92a0698 commit c86008b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ select = [
349349
]
350350
ignore = [
351351
"C901", # ignore function complexity
352+
"ANN002", "ANN003", # don't require type annotations for *args and **kwargs
352353
]
353354

354355
[tool.ruff.lint.pydocstyle]

0 commit comments

Comments
 (0)