sot / chandra_aca

Chandra Aspect Camera Tools
https://sot.github.io/chandra_aca
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Update pre-commit hooks and black workflow to latest versions #137

Closed taldcroft closed 1 year ago

taldcroft commented 1 year ago

Description

This updates the pre-commit hooks for black and isort to use the latest releases. Not that crucial but I just wanted to test the pre-commit autoupdate machinery.

I also noticed that the black workflow is running on push and pull-request and this seems to run twice for the initial pull request. So I just changed it to run on push.

Interface impacts

None

Testing

No code changes. The update occurred as expected and was reflected in the commit for this change.