ruff/crates/ruff_linter
Brent Westbrook 6754e94abc [`pyupgrade`] Stabilize `non-pep695-generic-class` (`UP046`) (#18519)
## Summary
- Stabilizes UP046 (non-pep695-generic-class) rule by changing it from
Preview to Stable

## Test plan
-  Rule is already tested in main test function, no migration needed
-  `make check` passes
-  `make test` passes

## Rule Documentation
- [Test
file](https://github.com/astral-sh/ruff/blob/main/crates/ruff_linter/src/rules/pyupgrade/mod.rs#L109-L110)
- [Rule
documentation](https://docs.astral.sh/ruff/rules/non-pep695-generic-class/)
2025-06-17 09:58:12 -04:00
..
resources [`pyupgrade`] Suppress `UP008` diagnostic if `super` symbol is not builtin (#18688) 2025-06-16 15:09:31 -04:00
src [`pyupgrade`] Stabilize `non-pep695-generic-class` (`UP046`) (#18519) 2025-06-17 09:58:12 -04:00
Cargo.toml Bump 0.11.13 (#18484) 2025-06-05 15:18:38 -05:00