xgcm / xrft

Fourier transforms on xarray data structures
https://xrft.readthedocs.io/en/latest/
MIT License
153 stars 45 forks source link

Pre-commit GitHub Action has been deprecated #183

Closed santisoler closed 2 years ago

santisoler commented 2 years ago

The pre-commit/action has been deprecated, the GitHub Actions that use it are failing (see #180 and #182).

Since xrft uses only black on pre-commit, we could easily replace the pre-commit action by installing Black through pip and running it as a checker.

I'll be glad to tackle this issue.