CABLE-LSM / benchcab

Tool for evaluation of CABLE land surface model
https://benchcab.readthedocs.io/en/latest/
Apache License 2.0
2 stars 3 forks source link

Add ruff and black to CI #226

Open bschroeter opened 9 months ago

bschroeter commented 9 months ago

We can add black and ruff to the CI pipeline for this project, triggering failed builds if changes fail to meet standards.

Commands returning non-zero exits statuses in a CI pipeline would be:

black --check .
ruff .

Both commands would fail a pipeline without altering files, although we could do that if we wanted.