Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
FasterSpeeding authored Nov 17, 2024
1 parent 76dcc3a commit ed72d80
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 = [
"E704", # Incompatible with black: E704 multiple statements on one line (def)
#"ASYNC910", # Return from async function with no guaranteed checkpoint or exception since function definition.
#"ASYNC911", # exit from async iterable with no guaranteed checkpoint since function definition
"ASYNC102", #await inside __aexit__ on line 247 must have shielded cancel scope with a timeout.
]
per-file-ignores = [
"*.py: ASYNC910, ASYNC911",
Expand Down

0 comments on commit ed72d80

Please sign in to comment.