Skip to content

Commit 0278a3b

Browse files
chore: update pre-commit hooks (#13)
updates: - [github.com/adamchainz/blacken-docs: 1.19.0 → 1.19.1](adamchainz/blacken-docs@1.19.0...1.19.1) - [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.8.6](astral-sh/ruff-pre-commit@v0.6.9...v0.8.6) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.14.1](pre-commit/mirrors-mypy@v1.11.2...v1.14.1) - [github.com/abravalheri/validate-pyproject: v0.20.2 → v0.23](abravalheri/validate-pyproject@v0.20.2...v0.23) - [github.com/python-jsonschema/check-jsonschema: 0.29.3 → 0.30.0](python-jsonschema/check-jsonschema@0.29.3...0.30.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f1fc422 commit 0278a3b

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
@@ -5,7 +5,7 @@ ci:
55

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

4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: "v0.6.9"
44+
rev: "v0.8.6"
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.11.2"
51+
rev: "v1.14.1"
5252
hooks:
5353
- id: mypy
5454
files: src
@@ -75,13 +75,13 @@ repos:
7575
exclude: .pre-commit-config.yaml
7676

7777
- repo: https://github.com/abravalheri/validate-pyproject
78-
rev: "v0.20.2"
78+
rev: "v0.23"
7979
hooks:
8080
- id: validate-pyproject
8181
additional_dependencies: ["validate-pyproject-schema-store[all]"]
8282

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

0 commit comments

Comments
 (0)