linkedin / pygradle

Using Gradle to build Python projects
https://github.com/linkedin/pygradle
Apache License 2.0
588 stars 147 forks source link

Spotless now integrates with black, but it could be better #347

Open nedtwigg opened 4 years ago

nedtwigg commented 4 years ago

Spotless is a code formatting plugin. It's main value adds are:

We just shipped support for black, but we have a not-so-great user setup experience, in that we:

Anyway, it would be great to improve this behavior, which we're tracking at https://github.com/diffplug/spotless/issues/674. One way we could do it is for spotless to apply pygradle, or pygradle could apply spotless. Not sure which is better... Apologies if this is off-topic, feel free to close.