ruff/crates/ruff_linter
Vlad Nedelcu 219712860c
[refurb] Check for subclasses includes subscript expressions (FURB189) (#16155)
## Summary

Added checks for subscript expressions on builtin classes as in FURB189.
The object is changed to use the collections objects and the types from
the subscript are kept.

Resolves #16130 

> Note: Added some comments in the code explaining why
## Test Plan


- Added a subscript dict and list class to the test file.
- Tested locally to check that the symbols are changed and the types are
kept.
- No modifications changed on optional `str` values.
2025-02-14 20:21:26 +01:00
..
resources [refurb] Check for subclasses includes subscript expressions (FURB189) (#16155) 2025-02-14 20:21:26 +01:00
src [refurb] Check for subclasses includes subscript expressions (FURB189) (#16155) 2025-02-14 20:21:26 +01:00
Cargo.toml Bump version to 0.9.6 (#16074) 2025-02-10 18:14:04 +05:30