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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 821 additions and 762 deletions

View file

@ -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;