Skip to content

Commit e3bc054

Browse files
chore: update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.7 → v0.9.10](astral-sh/ruff-pre-commit@v0.9.7...v0.9.10) - [github.com/crate-ci/typos: v1.29.10 → v1](crate-ci/typos@v1.29.10...v1) - [github.com/python-jsonschema/check-jsonschema: 0.31.2 → 0.31.3](python-jsonschema/check-jsonschema@0.31.2...0.31.3)
1 parent 6e3b738 commit e3bc054

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ repos:
3333
- id: rst-inline-touching-normal
3434

3535
- repo: https://github.com/astral-sh/ruff-pre-commit
36-
rev: "v0.9.7"
36+
rev: "v0.9.10"
3737
hooks:
3838
- id: ruff
3939
args: ["--fix", "--show-fixes"]
4040
- id: ruff-format
4141

4242
- repo: https://github.com/crate-ci/typos
43-
rev: v1.29.10
43+
rev: v1
4444
hooks:
4545
- id: typos
4646

@@ -59,7 +59,7 @@ repos:
5959
additional_dependencies: ["validate-pyproject-schema-store[all]"]
6060

6161
- repo: https://github.com/python-jsonschema/check-jsonschema
62-
rev: "0.31.2"
62+
rev: "0.31.3"
6363
hooks:
6464
- id: check-dependabot
6565
- id: check-github-workflows

0 commit comments

Comments
 (0)