ruff/crates/ruff
Charlie Marsh 6da527170f
Match left-hand side `types()` call in `types-comparison` (#6326)
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.
2023-08-03 23:01:23 -04:00
..
resources/test Include comparisons to builtin types in `type-comparison` rule (#6325) 2023-08-04 02:25:19 +00:00
src Match left-hand side `types()` call in `types-comparison` (#6326) 2023-08-03 23:01:23 -04:00
Cargo.toml Bump version to 0.0.282 (#6241) 2023-08-01 13:21:33 +00:00