Skip to content

Commit

Permalink
Fix file permissions error in style-files pre-commit hook by requir…
Browse files Browse the repository at this point in the history
…ing serial execution
  • Loading branch information
jeancochrane committed May 28, 2024
1 parent 5ba49ea commit eb7af9f
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 eb7af9f

Please sign in to comment.