Skip to content

Commit

Permalink
Fix file permissions error in style-files pre-commit hook (#244)
Browse files Browse the repository at this point in the history
* Fix file permissions error in `style-files` pre-commit hook

* Temporarily switch to time-pre-commit branch of pre-commit GH Action

* Revert "Fix file permissions error in `style-files` pre-commit hook"

This reverts commit 7cc53d3.

* Reapply "Fix file permissions error in `style-files` pre-commit hook"

This reverts commit 4300867.

* Revert "Temporarily switch to time-pre-commit branch of pre-commit GH Action"

This reverts commit fc57442.
  • Loading branch information
jeancochrane authored May 29, 2024
1 parent a0e4643 commit 2e92c12
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: lintr
- id: readme-rmd-rendered
exclude: reports/README.md
Expand Down

0 comments on commit 2e92c12

Please sign in to comment.