Closed evanpurkhiser closed 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
Thx again again again again again again again again again again for the contribution !
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
Part of #99