Skip to content

Commit 67641e4

Browse files
Update pre-commit hooks (#289)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9aa75ac commit 67641e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
- id: check-yaml
99

1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: 'v0.9.6'
11+
rev: 'v0.9.9'
1212
hooks:
1313
- id: ruff
1414
args: [ --fix, --exit-non-zero-on-fix ]
@@ -46,6 +46,6 @@ repos:
4646
- id: validate-pyproject
4747

4848
- repo: https://github.com/crate-ci/typos
49-
rev: v1.29.8
49+
rev: v1.30.0
5050
hooks:
5151
- id: typos

0 commit comments

Comments
 (0)