Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

black: Consistently use double quote over single quote #114

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

evanpurkhiser
Copy link
Contributor

@evanpurkhiser evanpurkhiser commented Oct 30, 2024

This ONLY changes over all single quotes to double quotes.

See black's section on Strings: https://black.readthedocs.io/en/stable/the_black_code_style/current_style.html#strings

Black prefers double quotes (" and """) over single quotes (' and '''). It will replace the latter with the former as long as it does not result in more backslash escapes than before.

Part of #99

@kiorky kiorky merged commit be934b4 into kiorky:master Oct 30, 2024
8 checks passed
@kiorky
Copy link
Owner

kiorky commented Oct 30, 2024

Thx again again again again again again again again again again for the contribution !

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.

2 participants