Skip to content

Commit

Permalink
pre-commit hook maintenance (#74)
Browse files Browse the repository at this point in the history
* allow `pre-commit.ci` to autofix PRs

* use the proper mirror for `prettier`

* increase the update frequency of hooks to monthly
  • Loading branch information
keewis authored Oct 16, 2024
1 parent c7e78f3 commit 00afb22
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ repos:
- id: check-docstring-first
- id: check-yaml
- id: check-toml
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8
- repo: https://github.com/rbubley/mirrors-prettier
rev: v3.3.3
hooks:
- id: prettier
args: [--cache-location=.prettier_cache/cache]
Expand All @@ -34,5 +34,5 @@ repos:
args: [--extra-keys=metadata.kernelspec metadata.langauge_info.version]

ci:
autofix_prs: false
autoupdate_schedule: quarterly
autofix_prs: true
autoupdate_schedule: monthly

0 comments on commit 00afb22

Please sign in to comment.