Skip to content

Drop redundant open() mode arguments (UP015) - #5575

Open
AniketBajaj2024 wants to merge 1 commit into
Osmantic:mainfrom
AniketBajaj2024:fix/up015-redundant-open-mode
Open

AniketBajaj2024 wants to merge 1 commit into
Osmantic:mainfrom
AniketBajaj2024:fix/up015-redundant-open-mode

Conversation

@AniketBajaj2024

Copy link
Copy Markdown
Contributor

open(path, 'r') is the default mode. Applied by
'ruff check --select UP015 --fix'; all touched files byte-compiled.

open(path, 'r') is the default mode. Applied by
'ruff check --select UP015 --fix'; all touched files byte-compiled.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant