Skip to content

Commit b618ac3

Browse files
chore: update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.2 → v0.8.6](astral-sh/ruff-pre-commit@v0.7.2...v0.8.6) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.1](pre-commit/mirrors-mypy@v1.13.0...v1.14.1) - [github.com/abravalheri/validate-pyproject: v0.22 → v0.23](abravalheri/validate-pyproject@v0.22...v0.23) - [github.com/python-jsonschema/check-jsonschema: 0.29.4 → 0.30.0](python-jsonschema/check-jsonschema@0.29.4...0.30.0)
1 parent a0658bf commit b618ac3

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
@@ -45,14 +45,14 @@ repos:
4545
args: [--prose-wrap=always]
4646

4747
- repo: https://github.com/astral-sh/ruff-pre-commit
48-
rev: "v0.7.2"
48+
rev: "v0.8.6"
4949
hooks:
5050
- id: ruff
5151
args: ["--fix", "--show-fixes"]
5252
- id: ruff-format
5353

5454
- repo: https://github.com/pre-commit/mirrors-mypy
55-
rev: "v1.13.0"
55+
rev: "v1.14.1"
5656
hooks:
5757
- id: mypy
5858
files: src|tests
@@ -79,13 +79,13 @@ repos:
7979
exclude: .pre-commit-config.yaml
8080

8181
- repo: https://github.com/abravalheri/validate-pyproject
82-
rev: "v0.22"
82+
rev: "v0.23"
8383
hooks:
8484
- id: validate-pyproject
8585
additional_dependencies: ["validate-pyproject-schema-store[all]"]
8686

8787
- repo: https://github.com/python-jsonschema/check-jsonschema
88-
rev: "0.29.4"
88+
rev: "0.30.0"
8989
hooks:
9090
- id: check-dependabot
9191
- id: check-github-workflows

0 commit comments

Comments
 (0)