ruff/crates/ruff_linter
qdegraaf 75c9be099f
[E721] Flag comparisons to memoryview (#8485)
## Summary

Adds `memoryview` to the list of typeclasses that `fn is_type()` uses
for type comparison checks so that it raises a violation if `is`, `is
not` or `isinstance()` are not used.

## Test Plan

Added examples to existing fixture

## Issue Link

Closes: https://github.com/astral-sh/ruff/issues/8483
2023-11-04 13:41:58 +00:00
..
resources/test [E721] Flag comparisons to memoryview (#8485) 2023-11-04 13:41:58 +00:00
src [E721] Flag comparisons to memoryview (#8485) 2023-11-04 13:41:58 +00:00
Cargo.toml Bump version to v0.1.4 (#8477) 2023-11-03 14:52:56 -04:00