Skip to content

Commit bf21640

Browse files
chore: pre-commit autoupdate (#5181)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 297a06c commit bf21640

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
# rustfmt handles rust files, and in some snapshots we expect trailing spaces.
1111
exclude: '.*\.(rs|snap)$'
1212
- repo: https://github.com/crate-ci/typos
13-
rev: v1.30.0
13+
rev: v1
1414
hooks:
1515
- id: typos
1616
# https://github.com/crate-ci/typos/issues/347
@@ -25,7 +25,7 @@ repos:
2525
# https://github.com/PRQL/prql/issues/3078
2626
- prettier-plugin-go-template
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.9.9
28+
rev: v0.9.10
2929
hooks:
3030
- id: ruff
3131
args: [--fix]

0 commit comments

Comments
 (0)