ruff/crates/ruff_python_ast
Sid 31ca1c3064
[flake8-async] allow async generators (ASYNC100) (#13639)
<!--
Thank you for contributing to Ruff! To help us out with reviewing,
please consider the following:

- Does this pull request include a summary of the change? (See below.)
- Does this pull request include a descriptive title?
- Does this pull request include references to any relevant issues?
-->

## Summary

Treat async generators as "await" in ASYNC100.

Fixes #13637

## Test Plan

Updated snapshot
2024-10-07 07:25:54 -05:00
..
src [flake8-async] allow async generators (ASYNC100) (#13639) 2024-10-07 07:25:54 -05:00
Cargo.toml Explicitly add schemars to ruff_python_ast Cargo.toml (#12275) 2024-07-11 06:46:34 +00:00