rickstaa / action-black

Runs the psf/black formatter to check/format your python code.
https://github.com/marketplace/actions/run-black-formatter
MIT License
39 stars 13 forks source link

fix: pin black to 23.11.0 #19

Closed rickstaa closed 11 months ago

rickstaa commented 11 months ago

This commit temporary pins black to 23.11.0 since version https://github.com/psf/black/releases/tag/23.12.0 breaks this action (see #18).

rickstaa commented 11 months ago

It looks like it works (see https://github.com/rickstaa/action-test-repo/actions/runs/7185135823/job/19567748787).

leoefraim commented 9 months ago

Can we unpin the black version 23.11.0 since there is a major update out there (24.XXX) so that version 23.12.0 won't fail?

rickstaa commented 8 months ago

Can we unpin the black version 23.11.0 since there is a major update out there (24.XXX) so that version 23.12.0 won't fail?

Sure, would you be open to creating a pull request and conducting a few quick tests to verify if the issue outlined in action-black#18 has been resolved? Your help with this would be greatly appreciated!