Skip to content

Commit 6382a65

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.9.2 → v0.9.4](astral-sh/ruff-pre-commit@v0.9.2...v0.9.4) - [github.com/python-jsonschema/check-jsonschema: 0.31.0 → 0.31.1](python-jsonschema/check-jsonschema@0.31.0...0.31.1)
1 parent 3e4027a commit 6382a65

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
@@ -4,7 +4,7 @@
44

55
repos:
66
- repo: https://github.com/psf/black
7-
rev: 24.10.0
7+
rev: 25.1.0
88
hooks:
99
- id: black
1010
- repo: https://github.com/pre-commit/mirrors-prettier
@@ -56,12 +56,12 @@ repos:
5656
stages: [manual, pre-push]
5757
- repo: https://github.com/astral-sh/ruff-pre-commit
5858
# Ruff version.
59-
rev: v0.9.2
59+
rev: v0.9.4
6060
hooks:
6161
- id: ruff
6262
args: [--fix, --exit-non-zero-on-fix]
6363
- repo: https://github.com/python-jsonschema/check-jsonschema
64-
rev: 0.31.0
64+
rev: 0.31.1
6565
hooks:
6666
- id: check-github-workflows
6767
args: ["--verbose"]

0 commit comments

Comments
 (0)