Skip to content

Commit 6fe19e3

Browse files
chore: update pre-commit hooks (#22)
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/astral-sh/ruff-pre-commit: v0.12.2 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.2...v0.13.3) - [github.com/pre-commit/mirrors-mypy: v1.16.1 → v1.18.2](pre-commit/mirrors-mypy@v1.16.1...v1.18.2) - [github.com/python-jsonschema/check-jsonschema: 0.33.2 → 0.34.0](python-jsonschema/check-jsonschema@0.33.2...0.34.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 77a4c57 commit 6fe19e3

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.19.1"
10+
rev: "1.20.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: "v5.0.0"
16+
rev: "v6.0.0"
1717
hooks:
1818
- id: check-added-large-files
1919
- id: check-case-conflict
@@ -43,14 +43,14 @@ repos:
4343
args: [--prose-wrap=always]
4444

4545
- repo: https://github.com/astral-sh/ruff-pre-commit
46-
rev: "v0.12.2"
46+
rev: "v0.13.3"
4747
hooks:
4848
- id: ruff
4949
args: ["--fix", "--show-fixes"]
5050
- id: ruff-format
5151

5252
- repo: https://github.com/pre-commit/mirrors-mypy
53-
rev: "v1.16.1"
53+
rev: "v1.18.2"
5454
hooks:
5555
- id: mypy
5656
files: src|tests
@@ -78,7 +78,7 @@ repos:
7878
additional_dependencies: ["validate-pyproject-schema-store[all]"]
7979

8080
- repo: https://github.com/python-jsonschema/check-jsonschema
81-
rev: "0.33.2"
81+
rev: "0.34.0"
8282
hooks:
8383
- id: check-dependabot
8484
- id: check-github-workflows

0 commit comments

Comments
 (0)