Skip to content

Commit 5d9cb74

Browse files
pre-commit-ci[bot]jcfr
authored andcommitted
chore: update pre-commit hooks
updates: - [github.com/adamchainz/blacken-docs: 1.16.0 → 1.18.0](adamchainz/blacken-docs@1.16.0...1.18.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.7 → v0.5.0](astral-sh/ruff-pre-commit@v0.4.7...v0.5.0) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.10.1](pre-commit/mirrors-mypy@v1.10.0...v1.10.1) - [github.com/python-jsonschema/check-jsonschema: 0.28.4 → 0.28.6](python-jsonschema/check-jsonschema@0.28.4...0.28.6)
1 parent a0cfa40 commit 5d9cb74

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

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

66
repos:
77
- repo: https://github.com/adamchainz/blacken-docs
8-
rev: "1.16.0"
8+
rev: "1.18.0"
99
hooks:
1010
- id: blacken-docs
1111
additional_dependencies: [black==23.*]
@@ -41,14 +41,14 @@ repos:
4141
args: [--prose-wrap=always]
4242

4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: "v0.4.7"
44+
rev: "v0.5.0"
4545
hooks:
4646
- id: ruff
4747
args: ["--fix", "--show-fixes"]
4848
- id: ruff-format
4949

5050
- repo: https://github.com/pre-commit/mirrors-mypy
51-
rev: "v1.10.0"
51+
rev: "v1.10.1"
5252
hooks:
5353
- id: mypy
5454
files: src|tests
@@ -81,7 +81,7 @@ repos:
8181
additional_dependencies: ["validate-pyproject-schema-store[all]"]
8282

8383
- repo: https://github.com/python-jsonschema/check-jsonschema
84-
rev: "0.28.4"
84+
rev: "0.28.6"
8585
hooks:
8686
- id: check-dependabot
8787
- id: check-github-workflows

0 commit comments

Comments
 (0)