diff --git a/pyproject.toml b/pyproject.toml index e28e92ffd..e5b9fc603 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",