mirror of
https://github.com/astral-sh/ruff
synced 2026-01-10 16:15:19 -05:00
Summary -- This PR extends the changes in #17101 to include `await` in the same positions. I also renamed the `valid_annotation_function` test to include `_py313` and explicitly passed a Python version to contrast it with the `_py314` version. Test Plan -- New test cases added to existing files.