I'd be using black, if it wasn't enforcing double quotes. That's just a bad call.
PEP-8 is the de-facto standard for python. Why would a formatter for python support anything (such as tabs) that deviates from that? There might be code that does not adhere to PEP-8, but to me this is not a…
I'd be using black, if it wasn't enforcing double quotes. That's just a bad call.
PEP-8 is the de-facto standard for python. Why would a formatter for python support anything (such as tabs) that deviates from that? There might be code that does not adhere to PEP-8, but to me this is not a…