Skip to content

Commit d7a5b0e

Browse files
chore: update pre-commit hooks
updates: - [github.com/adamchainz/blacken-docs: 1.18.0 → 1.19.1](adamchainz/blacken-docs@1.18.0...1.19.1) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8) - [github.com/astral-sh/ruff-pre-commit: v0.5.6 → v0.11.8](astral-sh/ruff-pre-commit@v0.5.6...v0.11.8) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/abravalheri/validate-pyproject: v0.18 → v0.24.1](abravalheri/validate-pyproject@v0.18...v0.24.1) - [github.com/python-jsonschema/check-jsonschema: 0.29.1 → 0.33.0](python-jsonschema/check-jsonschema@0.29.1...0.33.0)
1 parent 7f73d57 commit d7a5b0e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 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.18.0"
8+
rev: "1.19.1"
99
hooks:
1010
- id: blacken-docs
1111
additional_dependencies: [black==24.*]
1212

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

2929
- repo: https://github.com/pre-commit/mirrors-prettier
30-
rev: "v3.1.0"
30+
rev: "v4.0.0-alpha.8"
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.5.6"
37+
rev: "v0.11.8"
3838
hooks:
3939
- id: ruff
4040
args: ["--fix", "--show-fixes"]
4141
- id: ruff-format
4242

4343
- repo: https://github.com/codespell-project/codespell
44-
rev: "v2.3.0"
44+
rev: "v2.4.1"
4545
hooks:
4646
- id: codespell
4747

@@ -51,13 +51,13 @@ repos:
5151
- id: shellcheck
5252

5353
- repo: https://github.com/abravalheri/validate-pyproject
54-
rev: "v0.18"
54+
rev: "v0.24.1"
5555
hooks:
5656
- id: validate-pyproject
5757
additional_dependencies: ["validate-pyproject-schema-store[all]"]
5858

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

0 commit comments

Comments
 (0)