ruff/crates/ruff_linter
Ruchir b1e354bd99
[`ruff`] Avoid false positive on `ClassVar` reassignment (`RUF012`) (#21478)
<!--
Thank you for contributing to Ruff/ty! To help us out with reviewing,
please consider the following:

- Does this pull request include a summary of the change? (See below.)
- Does this pull request include a descriptive title? (Please prefix
with `[ty]` for ty pull
  requests.)
- Does this pull request include references to any relevant issues?
-->

## Summary

<!-- What's the purpose of the change? What does it do, and why? -->

Fixes #21389

Avoid RUF012 false positives when reassigning a ClassVar

## Test Plan

<!-- How was it tested? -->

Added the new reassignment scenario to
`crates/ruff_linter/resources/test/fixtures/ruff/RUF012.py`.

---------

Co-authored-by: Brent Westbrook <brentrwestbrook@gmail.com>
2025-11-17 15:52:24 -05:00
..
resources [`ruff`] Avoid false positive on `ClassVar` reassignment (`RUF012`) (#21478) 2025-11-17 15:52:24 -05:00
src [`ruff`] Avoid false positive on `ClassVar` reassignment (`RUF012`) (#21478) 2025-11-17 15:52:24 -05:00
Cargo.toml Bump 0.14.5 (#21435) 2025-11-13 14:37:31 -05:00