ruff
ab2253db - [`pylint`] Avoid suggesting set rewrites for non-hashable types (#9956)

Commit
1 year ago
[`pylint`] Avoid suggesting set rewrites for non-hashable types (#9956) ## Summary Ensures that `x in [y, z]` does not trigger in `x`, `y`, or `z` are known _not_ to be hashable. Closes https://github.com/astral-sh/ruff/issues/9928.
Author
Parents
Loading