ruff/crates/ruff_linter
Charlie Marsh 66872a41fc
Detect items that hash to same value in duplicate sets (#14064)
## Summary

Like https://github.com/astral-sh/ruff/pull/14063, but ensures that we
catch cases like `{1, True}` in which the items hash to the same value
despite not being identical.
2024-11-03 18:49:11 +00:00
..
resources Detect items that hash to same value in duplicate sets (#14064) 2024-11-03 18:49:11 +00:00
src Detect items that hash to same value in duplicate sets (#14064) 2024-11-03 18:49:11 +00:00
__init__.py [pylint] (Re-)Implement import-private-name (C2701) (#9553) 2024-01-16 14:03:11 -05:00
Cargo.toml Bump version to 0.7.2 (#14039) 2024-11-01 19:09:07 +05:30