ruff/crates/ruff_linter
Charlie Marsh eab8ca4d7e
Add dedicated method to find typed binding (#8517)
## Summary

We have this pattern in a bunch of places, where we find the _only_
binding to a name (and return `None`) if it's bound multiple times. This
PR DRYs it up into a method on `SemanticModel`.
2023-11-06 11:25:32 -05:00
..
resources/test Add dedicated method to find typed binding (#8517) 2023-11-06 11:25:32 -05:00
src Add dedicated method to find typed binding (#8517) 2023-11-06 11:25:32 -05:00
Cargo.toml Bump version to v0.1.4 (#8477) 2023-11-03 14:52:56 -04:00