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

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