Skip to content

Commit 399c194

Browse files
chore: update pre-commit hooks
updates: - [github.com/adamchainz/blacken-docs: 1.18.0 → 1.19.0](adamchainz/blacken-docs@1.18.0...1.19.0) - [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/astral-sh/ruff-pre-commit: v0.6.4 → v0.6.9](astral-sh/ruff-pre-commit@v0.6.4...v0.6.9) - [github.com/abravalheri/validate-pyproject: v0.19 → v0.20.2](abravalheri/validate-pyproject@v0.19...v0.20.2) - [github.com/python-jsonschema/check-jsonschema: 0.29.2 → 0.29.3](python-jsonschema/check-jsonschema@0.29.2...0.29.3)
1 parent 141c60d commit 399c194

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
@@ -7,13 +7,13 @@ exclude: ^.cruft.json|.copier-answers.yml$
77

88
repos:
99
- repo: https://github.com/adamchainz/blacken-docs
10-
rev: "1.18.0"
10+
rev: "1.19.0"
1111
hooks:
1212
- id: blacken-docs
1313
additional_dependencies: [black==24.*]
1414

1515
- repo: https://github.com/pre-commit/pre-commit-hooks
16-
rev: "v4.6.0"
16+
rev: "v5.0.0"
1717
hooks:
1818
- id: check-added-large-files
1919
- id: check-case-conflict
@@ -43,7 +43,7 @@ repos:
4343
args: [--prose-wrap=always]
4444

4545
- repo: https://github.com/astral-sh/ruff-pre-commit
46-
rev: "v0.6.4"
46+
rev: "v0.6.9"
4747
hooks:
4848
- id: ruff
4949
args: ["--fix", "--show-fixes"]
@@ -77,13 +77,13 @@ repos:
7777
exclude: .pre-commit-config.yaml
7878

7979
- repo: https://github.com/abravalheri/validate-pyproject
80-
rev: "v0.19"
80+
rev: "v0.20.2"
8181
hooks:
8282
- id: validate-pyproject
8383
additional_dependencies: ["validate-pyproject-schema-store[all]"]
8484

8585
- repo: https://github.com/python-jsonschema/check-jsonschema
86-
rev: "0.29.2"
86+
rev: "0.29.3"
8787
hooks:
8888
- id: check-dependabot
8989
- id: check-github-workflows

0 commit comments

Comments
 (0)