Skip to content

Commit 9c13aaf

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.5 → v0.14.10](astral-sh/ruff-pre-commit@v0.12.5...v0.14.10) - [github.com/shellcheck-py/shellcheck-py: v0.10.0.1 → v0.11.0.1](shellcheck-py/shellcheck-py@v0.10.0.1...v0.11.0.1) - [github.com/python-jsonschema/check-jsonschema: 0.33.2 → 0.36.0](python-jsonschema/check-jsonschema@0.33.2...0.36.0)
1 parent 4a52378 commit 9c13aaf

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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
@@ -39,7 +39,7 @@ repos:
3939
args: [--prose-wrap=always]
4040

4141
- repo: https://github.com/astral-sh/ruff-pre-commit
42-
rev: "v0.12.5"
42+
rev: "v0.14.10"
4343
hooks:
4444
- id: ruff
4545
args: ["--fix", "--show-fixes"]
@@ -51,7 +51,7 @@ repos:
5151
- id: codespell
5252

5353
- repo: https://github.com/shellcheck-py/shellcheck-py
54-
rev: "v0.10.0.1"
54+
rev: "v0.11.0.1"
5555
hooks:
5656
- id: shellcheck
5757

@@ -70,7 +70,7 @@ repos:
7070
additional_dependencies: ["validate-pyproject-schema-store[all]"]
7171

7272
- repo: https://github.com/python-jsonschema/check-jsonschema
73-
rev: "0.33.2"
73+
rev: "0.36.0"
7474
hooks:
7575
- id: check-dependabot
7676
- id: check-github-workflows

0 commit comments

Comments
 (0)