ruff/crates/ty_python_semantic
Alex Waygood 9b1b58a451
[ty] Use invalid-assignment error code for invalid assignments to ClassVars (#20156)
## Summary

This error is about assigning to attributes rather than reading
attributes, so I think `invalid-assignment` makes more sense than
`invalid-attribute-access`

## Test Plan

existing mdtests updated
2025-08-29 18:43:30 +01:00
..
resources [ty] Use invalid-assignment error code for invalid assignments to ClassVars (#20156) 2025-08-29 18:43:30 +01:00
src [ty] Use invalid-assignment error code for invalid assignments to ClassVars (#20156) 2025-08-29 18:43:30 +01:00
tests [ty] Track open files in the server (#19264) 2025-07-18 19:33:35 +05:30
build.rs
Cargo.toml [ty] Avoid overcounting shared memory usage (#19773) 2025-08-06 15:32:02 -04:00
mdtest.py
mdtest.py.lock