Skip to content

Commit 7933716

Browse files
chore: pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/python-jsonschema/check-jsonschema: 0.29.3 → 0.31.2](python-jsonschema/check-jsonschema@0.29.3...0.31.2) - [github.com/astral-sh/ruff-pre-commit: v0.6.8 → v0.9.7](astral-sh/ruff-pre-commit@v0.6.8...v0.9.7) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.15.0](pre-commit/mirrors-mypy@v1.11.2...v1.15.0)
1 parent b3ba6e6 commit 7933716

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
@@ -5,7 +5,7 @@ ci:
55

66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.6.0
8+
rev: v5.0.0
99
hooks:
1010
- id: check-json
1111
exclude: |
@@ -18,20 +18,20 @@ repos:
1818
- id: trailing-whitespace
1919

2020
- repo: https://github.com/python-jsonschema/check-jsonschema
21-
rev: 0.29.3
21+
rev: 0.31.2
2222
hooks:
2323
- id: check-dependabot
2424
- id: check-github-workflows
2525

2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: v0.6.8
27+
rev: v0.9.7
2828
hooks:
2929
- id: ruff
3030
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
3131
- id: ruff-format
3232

3333
- repo: https://github.com/pre-commit/mirrors-mypy
34-
rev: v1.11.2
34+
rev: v1.15.0
3535
hooks:
3636
- id: mypy
3737
additional_dependencies:

0 commit comments

Comments
 (0)