Skip to content

Commit 0fce6da

Browse files
chore: update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.3 → v0.9.2](astral-sh/ruff-pre-commit@v0.8.3...v0.9.2) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.1](pre-commit/mirrors-mypy@v1.13.0...v1.14.1) - [github.com/python-jsonschema/check-jsonschema: 0.30.0 → 0.31.0](python-jsonschema/check-jsonschema@0.30.0...0.31.0)
1 parent 9c97435 commit 0fce6da

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
@@ -42,14 +42,14 @@ repos:
4242
args: [--prose-wrap=always]
4343

4444
- repo: https://github.com/astral-sh/ruff-pre-commit
45-
rev: "v0.8.3"
45+
rev: "v0.9.2"
4646
hooks:
4747
- id: ruff
4848
args: ["--fix", "--show-fixes"]
4949
- id: ruff-format
5050

5151
- repo: https://github.com/pre-commit/mirrors-mypy
52-
rev: "v1.13.0"
52+
rev: "v1.14.1"
5353
hooks:
5454
- id: mypy
5555
files: src|tests
@@ -77,7 +77,7 @@ repos:
7777
additional_dependencies: ["validate-pyproject-schema-store[all]"]
7878

7979
- repo: https://github.com/python-jsonschema/check-jsonschema
80-
rev: "0.30.0"
80+
rev: "0.31.0"
8181
hooks:
8282
- id: check-dependabot
8383
- id: check-github-workflows

0 commit comments

Comments
 (0)