Skip to content

Commit 0da873b

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/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.13.3](astral-sh/ruff-pre-commit@v0.11.12...v0.13.3) - [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.34.0](python-jsonschema/check-jsonschema@0.33.0...0.34.0)
1 parent 669ff53 commit 0da873b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ ci:
55

66
repos:
77
- repo: https://github.com/adamchainz/blacken-docs
8-
rev: "1.19.1"
8+
rev: "1.20.0"
99
hooks:
1010
- id: blacken-docs
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.13.3"
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.34.0"
6161
hooks:
6262
- id: check-dependabot
6363
- id: check-github-workflows

0 commit comments

Comments
 (0)