mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-28 21:05:08 +00:00
![]() ## Summary * Support assignments to attributes in more cases: - assignments in `for` loops - in unpacking assignments * Add test for multi-target assignments * Add tests for all other possible assignments to attributes that could possibly occur (in decreasing order of likeliness): - augmented attribute assignments - attribute assignments in `with` statements - attribute assignments in comprehensions - Note: assignments to attributes in named expressions are not syntactically allowed closes #15962 ## Test Plan New Markdown tests |
||
---|---|---|
.. | ||
resources | ||
src | ||
tests | ||
build.rs | ||
Cargo.toml | ||
mdtest.py | ||
mdtest.py.lock |