mirror of https://github.com/astral-sh/ruff
Follow-up to https://github.com/astral-sh/ruff/pull/6325, to avoid false positives in cases like: ```python if x == int: ... ``` Which is valid, since we don't know that we're comparing the type _of_ something -- we're comparing the type objects directly. |
||
|---|---|---|
| .. | ||
| resources/test | ||
| src | ||
| Cargo.toml | ||