Skip to content

Commit b69b9d0

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/rbubley/mirrors-prettier: v3.5.3 → v3.6.2](rbubley/mirrors-prettier@v3.5.3...v3.6.2) - [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 669ff53 commit b69b9d0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
additional_dependencies: [black==24.*]
1212

1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: "v5.0.0"
14+
rev: "v6.0.0"
1515
hooks:
1616
- id: check-added-large-files
1717
- id: check-case-conflict
@@ -27,14 +27,14 @@ repos:
2727
- id: trailing-whitespace
2828

2929
- repo: https://github.com/rbubley/mirrors-prettier
30-
rev: "v3.5.3"
30+
rev: "v3.6.2"
3131
hooks:
3232
- id: prettier
3333
types_or: [yaml, markdown, html, css, scss, javascript, json]
3434
args: [--prose-wrap=always]
3535

3636
- repo: https://github.com/astral-sh/ruff-pre-commit
37-
rev: "v0.11.12"
37+
rev: "v0.12.11"
3838
hooks:
3939
- id: ruff
4040
args: ["--fix", "--show-fixes"]
@@ -46,7 +46,7 @@ repos:
4646
- id: codespell
4747

4848
- repo: https://github.com/shellcheck-py/shellcheck-py
49-
rev: "v0.10.0.1"
49+
rev: "v0.11.0.1"
5050
hooks:
5151
- id: shellcheck
5252

@@ -57,7 +57,7 @@ repos:
5757
additional_dependencies: ["validate-pyproject-schema-store[all]"]
5858

5959
- repo: https://github.com/python-jsonschema/check-jsonschema
60-
rev: "0.33.0"
60+
rev: "0.33.3"
6161
hooks:
6262
- id: check-dependabot
6363
- id: check-github-workflows

0 commit comments

Comments
 (0)