Skip to content

Commit 917aa7e

Browse files
chore: update pre-commit hooks
updates: - [github.com/adamchainz/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.3 → v0.13.0](astral-sh/ruff-pre-commit@v0.12.3...v0.13.0) - [github.com/python-jsonschema/check-jsonschema: 0.33.2 → 0.33.3](python-jsonschema/check-jsonschema@0.33.2...0.33.3)
1 parent 946508a commit 917aa7e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ ci:
44

55
repos:
66
- repo: https://github.com/adamchainz/blacken-docs
7-
rev: "1.19.1"
7+
rev: "1.20.0"
88
hooks:
99
- id: blacken-docs
1010
additional_dependencies: [black==24.*]
1111

1212
- repo: https://github.com/pre-commit/pre-commit-hooks
13-
rev: "v5.0.0"
13+
rev: "v6.0.0"
1414
hooks:
1515
- id: check-added-large-files
1616
- id: check-case-conflict
@@ -33,7 +33,7 @@ repos:
3333
- id: rst-inline-touching-normal
3434

3535
- repo: https://github.com/astral-sh/ruff-pre-commit
36-
rev: "v0.12.3"
36+
rev: "v0.13.0"
3737
hooks:
3838
- id: ruff
3939
args: ["--fix", "--show-fixes"]
@@ -54,7 +54,7 @@ repos:
5454
additional_dependencies: ["validate-pyproject-schema-store[all]"]
5555

5656
- repo: https://github.com/python-jsonschema/check-jsonschema
57-
rev: "0.33.2"
57+
rev: "0.33.3"
5858
hooks:
5959
- id: check-dependabot
6060
- id: check-github-workflows

0 commit comments

Comments
 (0)