Closed willbarton closed 4 years ago
I have no big objection, but the vast majority of black-enforced changes are single-quote/double-quote swaps, which I see little value in
Yeah, black is highly opinionated about quotes. There's a switch to ignore single/double quotes, but I feel like if we're going to embrace an auto formatter, we should embrace it.
Re: quote normalization, we coooould skip it 😁
👇
I feel like if we're going to embrace an auto formatter, we should embrace it.
And this might be in conflict with my comment above about line-length 😁
This commit has had
black
, the autoformatter, run on theflags
package andsetup.py
It also adds
black --check
to thetox
lint
environment and adds a section inCONTRIBUTING.md
about code style and tools.