mirror of
https://github.com/astral-sh/ruff
synced 2026-01-08 23:24:31 -05:00
Detect permutations in redundant open modes (#14255)
## Summary Closes https://github.com/astral-sh/ruff/issues/14235.
This commit is contained in:
@@ -13,6 +13,7 @@ license = { workspace = true }
|
||||
[lib]
|
||||
|
||||
[dependencies]
|
||||
bitflags = { workspace = true }
|
||||
unicode-ident = { workspace = true }
|
||||
|
||||
[lints]
|
||||
|
||||
Reference in New Issue
Block a user