Skip to content

Commit

Permalink
Auto-update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
calumy authored Jan 1, 2024
1 parent fa318c3 commit 28873c7
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,7 +7,7 @@ repos:
- id: check-hooks-apply
- id: check-useless-excludes
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: no-commit-to-branch
args: ["--branch", main]
Expand All @@ -22,12 +22,12 @@ repos:
args: [--autofix]
- id: check-yaml
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.0
rev: 0.27.3
hooks:
- id: check-dependabot
- id: check-github-workflows
- repo: https://github.com/crate-ci/typos
rev: v1.16.15
rev: v1.16.26
hooks:
- id: typos
- repo: https://github.com/pappasam/toml-sort
Expand All @@ -39,7 +39,7 @@ repos:
- --trailing-comma-inline-array
- --spaces-before-inline-comment=2
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.3
rev: v4.0.0-alpha.8
hooks:
- id: prettier
args: [--trailing-comma, all]
Expand Down

0 comments on commit 28873c7

Please sign in to comment.