Skip to content

Commit 393de39

Browse files
[pre-commit.ci] pre-commit autoupdate (#3608)
updates: - [github.com/python-jsonschema/check-jsonschema: 0.33.3 → 0.34.0](python-jsonschema/check-jsonschema@0.33.3...0.34.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.11 → v0.13.1](astral-sh/ruff-pre-commit@v0.12.11...v0.13.1) - [github.com/asottile/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 6e32426 commit 393de39

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
@@ -5,7 +5,7 @@ repos:
55
- id: end-of-file-fixer
66
- id: trailing-whitespace
77
- repo: https://github.com/python-jsonschema/check-jsonschema
8-
rev: 0.33.3
8+
rev: 0.34.0
99
hooks:
1010
- id: check-github-workflows
1111
args: ["--verbose"]
@@ -23,13 +23,13 @@ repos:
2323
hooks:
2424
- id: validate-pyproject
2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: "v0.12.11"
26+
rev: "v0.13.1"
2727
hooks:
2828
- id: ruff-check
2929
args: ["--fix", "--unsafe-fixes", "--exit-non-zero-on-fix"]
3030
- id: ruff-format
3131
- repo: https://github.com/asottile/blacken-docs
32-
rev: 1.19.1
32+
rev: 1.20.0
3333
hooks:
3434
- id: blacken-docs
3535
additional_dependencies: [black==25.1]

0 commit comments

Comments
 (0)