Hacker News new | ask | show | jobs
by pchf 1590 days ago
To keep the single quotes, which in my opinion make the code less cluttered and closer to the REPL, I use the pre-commit hook double-quote-string-fixer, in conjunction with black's option skip-string-normalization set to true.
1 comments

And black is supposed to make our lives easier?