ruff/crates/ruff_python_parser/tests
Brent Westbrook 0891689d2f
[syntax-errors] Check annotations in annotated assignments (#17283)
Summary
--

This PR extends the checks in #17101 and #17282 to annotated assignments
after Python 3.13.

Currently stacked on #17282 to include `await`.

Test Plan
--

New inline tests. These are simpler than the other cases because there's
no place to put generics.
2025-04-08 08:56:25 -04:00
..
snapshots [syntax-errors] Check annotations in annotated assignments (#17283) 2025-04-08 08:56:25 -04:00
fixtures.rs [syntax-errors] Allow yield in base classes and annotations (#17206) 2025-04-04 13:48:28 -04:00
generate_inline_tests.rs [syntax-errors] Start detecting compile-time syntax errors (#16106) 2025-03-21 14:45:25 -04:00