## Summary Extends `comparison-with-itself` to cover simple function calls on known-pure functions, like `id`. For example, we now flag `id(x) == id(x)`. Closes https://github.com/astral-sh/ruff/issues/6276. ## Test Plan `cargo test`
## Summary Extends `comparison-with-itself` to cover simple function calls on known-pure functions, like `id`. For example, we now flag `id(x) == id(x)`. Closes https://github.com/astral-sh/ruff/issues/6276. ## Test Plan `cargo test`