wala / ML

Eclipse Public License 2.0
23 stars 17 forks source link

Add Black to Spotless check #133

Closed khatchad closed 5 months ago

khatchad commented 5 months ago

Check Python file formatting using Spotless and Black.

Black is complaining.

Was getting an error.

Due to formatting.

msridhar commented 5 months ago

Sorry, what is Black? Can you say more on what this change is doing?

khatchad commented 5 months ago

Sorry, what is Black? Can you say more on what this change is doing?

Sorry, this one is a little hard to see. We're formatting the Python files as well as the XML, Java that is already being formatted by spotless. Black is the Python formatter used by Spotless: https://github.com/psf/black

khatchad commented 5 months ago

Thanks @msridhar. I thought I had changed the pom.xml file in a separate commit to make it more clear but I did not.