Detect permutations in redundant open modes (#14255)

## Summary

Closes https://github.com/astral-sh/ruff/issues/14235.
This commit is contained in:
Charlie Marsh
2024-11-10 22:48:30 -05:00
committed by GitHub
parent 2e9e96338e
commit 5bf4759cff
8 changed files with 821 additions and 762 deletions

View File

@@ -13,6 +13,7 @@ license = { workspace = true }
[lib]
[dependencies]
bitflags = { workspace = true }
unicode-ident = { workspace = true }
[lints]