Skip to content

Commit 5b1382f

Browse files
chore: update pre-commit hooks (#27)
updates: - [github.com/adamchainz/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.8 → v0.12.12](astral-sh/ruff-pre-commit@v0.12.8...v0.12.12) - [github.com/python-jsonschema/check-jsonschema: 0.33.2 → 0.33.3](python-jsonschema/check-jsonschema@0.33.2...0.33.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 4aab662 commit 5b1382f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ exclude: |
99
1010
repos:
1111
- repo: https://github.com/adamchainz/blacken-docs
12-
rev: "1.19.1"
12+
rev: "1.20.0"
1313
hooks:
1414
- id: blacken-docs
1515
additional_dependencies: [black==24.*]
@@ -46,7 +46,7 @@ repos:
4646
exclude: \.md
4747

4848
- repo: https://github.com/astral-sh/ruff-pre-commit
49-
rev: "v0.12.8"
49+
rev: "v0.12.12"
5050
hooks:
5151
- id: ruff-check
5252
args: ["--fix", "--show-fixes"]
@@ -91,7 +91,7 @@ repos:
9191
additional_dependencies: ["validate-pyproject-schema-store[all]"]
9292

9393
- repo: https://github.com/python-jsonschema/check-jsonschema
94-
rev: "0.33.2"
94+
rev: "0.33.3"
9595
hooks:
9696
- id: check-dependabot
9797
- id: check-github-workflows

0 commit comments

Comments
 (0)