ccao-data / api-res-avm

REST API for getting predicted values from the CCAO's residential model
0 stars 0 forks source link

Fix file permissions error in `style-files` pre-commit hook #6

Closed jeancochrane closed 4 months ago

jeancochrane commented 4 months ago

This PR implements the same change as https://github.com/ccao-data/model-res-avm/pull/244 in order to fix the same bug in the pre-commit workflow. See that PR for more background on this change.

I didn't test timing for serial execution vs parallel execution in the same way that I did in https://github.com/ccao-data/model-res-avm/pull/244 and https://github.com/ccao-data/model-condo-avm/pull/49 since the results of those two PRs have me convinced that serial execution is likely better and at least no worse.