fiaisis / run-detection

The way we detect when our system for reduction should automatically perform a reduction and with what arguments we should do that.
GNU General Public License v3.0
1 stars 1 forks source link

Check black as part of CI for dependabot #48

Closed keiranjprice101 closed 1 month ago

keiranjprice101 commented 1 year ago

Check that black runs ok for when dependabot updates. Possibly add a non CI failing step to run a black but not fail on diff.

e.g. black --diff rundetection This will always exit as 0 as long as black runs complete even without exceptions raised.

This will allow us to ensure that a dependabot black update passes, without having to wait and see if the auto-formatting action runs.

Pasarus commented 1 year ago

Migrate to using black in PRs instead of on main pushes.