Y
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
dplgk
1589 days ago
And black is supposed to make our lives easier?
link