Skip to content

Commit

Permalink
Fix file permissions error in style-files pre-commit hook
Browse files Browse the repository at this point in the history
This PR implements the same change as ccao-data/model-res-avm#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 ccao-data/model-res-avm#244 and ccao-data/model-condo-avm#49 since the results of those two PRs have me convinced that serial execution is likely better and at least no worse.
  • Loading branch information
jeancochrane authored May 28, 2024
1 parent fcef4b9 commit 8705b97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ repos:
hooks:
- id: style-files
args: [--style_pkg=styler, --style_fun=tidyverse_style]
require_serial: true
- id: use-tidy-description
- id: lintr
- id: readme-rmd-rendered
Expand Down

0 comments on commit 8705b97

Please sign in to comment.