ruff/crates/ruff_linter/resources
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
..
test Detect items that hash to same value in duplicate sets (#14064) 2024-11-03 18:49:11 +00:00
__init__.py