Skip to content

Commit

Permalink
Add ASYNC109 to ruff ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
LilSpazJoekp authored Aug 21, 2024
1 parent 57f5a43 commit 8be5d52
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 @@ -82,6 +82,7 @@ ignore = [
"ANN102", # missing type annotation for cls in classmethod
"ANN202", # missing return type for private method
"ANN401", # typing.Any usage
"ASYNC109", # Async function definition with a `timeout` parameter
"D203", # 1 blank line required before class docstring
"D213", # Multi-line docstring summary should start at the second line
"E501", # line-length
Expand Down

0 comments on commit 8be5d52

Please sign in to comment.