Skip to content

Commit fece45f

Browse files
authored
Merge pull request #43 from calumy/update/pre-commit/autoupdate
Auto-update pre-commit hooks
2 parents fa318c3 + 02eeebd commit fece45f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
- id: check-hooks-apply
88
- id: check-useless-excludes
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v4.4.0
10+
rev: v4.6.0
1111
hooks:
1212
- id: no-commit-to-branch
1313
args: ["--branch", main]
@@ -22,12 +22,12 @@ repos:
2222
args: [--autofix]
2323
- id: check-yaml
2424
- repo: https://github.com/python-jsonschema/check-jsonschema
25-
rev: 0.27.0
25+
rev: 0.29.3
2626
hooks:
2727
- id: check-dependabot
2828
- id: check-github-workflows
2929
- repo: https://github.com/crate-ci/typos
30-
rev: v1.16.15
30+
rev: v1.25.0
3131
hooks:
3232
- id: typos
3333
- repo: https://github.com/pappasam/toml-sort
@@ -39,7 +39,7 @@ repos:
3939
- --trailing-comma-inline-array
4040
- --spaces-before-inline-comment=2
4141
- repo: https://github.com/pre-commit/mirrors-prettier
42-
rev: v3.0.3
42+
rev: v4.0.0-alpha.8
4343
hooks:
4444
- id: prettier
4545
args: [--trailing-comma, all]

0 commit comments

Comments
 (0)