goodmami / penman

PENMAN notation (e.g. AMR) in Python
https://penman.readthedocs.io/
MIT License
139 stars 27 forks source link

Reformat code with Black or hatch-format #134

Closed goodmami closed 10 months ago

goodmami commented 10 months ago

Making the code style consistent and conventional will help with readability and with minimal meaningful diffs. Now that Penman uses Hatch for project management, we can use hatch format instead of Black.

Reformatting all the code will result in a huge diff at first, but after that things should be smoother.