Skip to content

Commit d475e3c

Browse files
chore: update pre-commit hooks
updates: - [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.11.12 → v0.12.11](astral-sh/ruff-pre-commit@v0.11.12...v0.12.11) - [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.0 → 0.33.3](python-jsonschema/check-jsonschema@0.33.0...0.33.3)
1 parent 6ca12b7 commit d475e3c

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
@@ -20,7 +20,7 @@ repos:
2020
additional_dependencies: [black==23.*]
2121

2222
- repo: https://github.com/pre-commit/pre-commit-hooks
23-
rev: "v5.0.0"
23+
rev: "v6.0.0"
2424
hooks:
2525
- id: check-added-large-files
2626
- id: check-case-conflict
@@ -50,7 +50,7 @@ repos:
5050
args: [--prose-wrap=preserve]
5151

5252
- repo: https://github.com/astral-sh/ruff-pre-commit
53-
rev: "v0.11.12"
53+
rev: "v0.12.11"
5454
hooks:
5555
- id: ruff
5656
args: ["--fix", "--show-fixes"]
@@ -71,7 +71,7 @@ repos:
7171
types_or: [python, rst, markdown]
7272

7373
- repo: https://github.com/shellcheck-py/shellcheck-py
74-
rev: "v0.10.0.1"
74+
rev: "v0.11.0.1"
7575
hooks:
7676
- id: shellcheck
7777

@@ -81,7 +81,7 @@ repos:
8181
- id: validate-pyproject
8282

8383
- repo: https://github.com/python-jsonschema/check-jsonschema
84-
rev: 0.33.0
84+
rev: 0.33.3
8585
hooks:
8686
- id: check-dependabot
8787
- id: check-github-workflows

0 commit comments

Comments
 (0)