Closed santisoler closed 2 years ago
The pre-commit/action has been deprecated, the GitHub Actions that use it are failing (see #180 and #182).
pre-commit/action
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.
xrft
pre-commit
I'll be glad to tackle this issue.
The
pre-commit/action
has been deprecated, the GitHub Actions that use it are failing (see #180 and #182).Since
xrft
uses only black onpre-commit
, we could easily replace thepre-commit
action by installing Black through pip and running it as a checker.I'll be glad to tackle this issue.