mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-28 21:05:08 +00:00
Detect permutations in redundant open modes (#14255)
## Summary Closes https://github.com/astral-sh/ruff/issues/14235.
This commit is contained in:
parent
2e9e96338e
commit
5bf4759cff
8 changed files with 821 additions and 762 deletions
|
@ -3,6 +3,7 @@ pub mod future;
|
|||
pub mod identifiers;
|
||||
pub mod keyword;
|
||||
pub mod logging;
|
||||
pub mod open_mode;
|
||||
pub mod path;
|
||||
pub mod str;
|
||||
pub mod sys;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue