mirror of
https://github.com/astral-sh/ruff
synced 2026-01-09 15:44:22 -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.