Skip to content

Commit ca3a814

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.7 → v0.6.9](astral-sh/ruff-pre-commit@v0.6.7...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 69a126c commit ca3a814

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

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

1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: "v4.6.0"
15+
rev: "v5.0.0"
1616
hooks:
1717
- id: check-added-large-files
1818
- id: check-case-conflict
@@ -42,7 +42,7 @@ repos:
4242
args: [--prose-wrap=always]
4343

4444
- repo: https://github.com/astral-sh/ruff-pre-commit
45-
rev: "v0.6.7"
45+
rev: "v0.6.9"
4646
hooks:
4747
- id: ruff
4848
args: ["--fix", "--show-fixes"]
@@ -71,13 +71,13 @@ repos:
7171
exclude: .pre-commit-config.yaml
7272

7373
- repo: https://github.com/abravalheri/validate-pyproject
74-
rev: "v0.19"
74+
rev: "v0.20.2"
7575
hooks:
7676
- id: validate-pyproject
7777
additional_dependencies: ["validate-pyproject-schema-store[all]"]
7878

7979
- repo: https://github.com/python-jsonschema/check-jsonschema
80-
rev: "0.29.2"
80+
rev: "0.29.3"
8181
hooks:
8282
- id: check-dependabot
8383
- id: check-github-workflows

0 commit comments

Comments
 (0)