kiorky / croniter

MIT License
410 stars 40 forks source link

black: Consistently use double quote over single quote #114

Closed evanpurkhiser closed 1 month ago

evanpurkhiser commented 1 month ago

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 commented 1 month ago

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