ruff/crates/ruff
Tom Kuson eaa10ad2d9
Fix `deprecated-import` false positives (#5291)
## Summary

Remove recommendations to replace
`typing_extensions.dataclass_transform` and
`typing_extensions.SupportsIndex` with their `typing` library
counterparts.

Closes #5112.

## Test Plan

Added extra checks to the test fixture.

`cargo test`
2023-06-22 15:34:44 +00:00
..
resources/test Fix `deprecated-import` false positives (#5291) 2023-06-22 15:34:44 +00:00
src Fix `deprecated-import` false positives (#5291) 2023-06-22 15:34:44 +00:00
Cargo.toml Bump version to 0.0.275 (#5276) 2023-06-21 21:53:37 -04:00