Skip to content

Commit c4edbcc

Browse files
chore: update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.10](astral-sh/ruff-pre-commit@v0.13.3...v0.14.10) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.1](pre-commit/mirrors-mypy@v1.18.2...v1.19.1) - [github.com/python-jsonschema/check-jsonschema: 0.34.0 → 0.36.0](python-jsonschema/check-jsonschema@0.34.0...0.36.0)
1 parent f541b54 commit c4edbcc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ repos:
3434
- id: rst-inline-touching-normal
3535

3636
- repo: https://github.com/astral-sh/ruff-pre-commit
37-
rev: "v0.13.3"
37+
rev: "v0.14.10"
3838
hooks:
3939
- id: ruff
4040
args: ["--fix", "--show-fixes"]
4141
- id: ruff-format
4242

4343
- repo: https://github.com/pre-commit/mirrors-mypy
44-
rev: "v1.18.2"
44+
rev: "v1.19.1"
4545
hooks:
4646
- id: mypy
4747
files: src|tests
@@ -74,7 +74,7 @@ repos:
7474
# additional_dependencies: ["validate-pyproject-schema-store[all]"]
7575

7676
- repo: https://github.com/python-jsonschema/check-jsonschema
77-
rev: "0.34.0"
77+
rev: "0.36.0"
7878
hooks:
7979
- id: check-dependabot
8080
- id: check-github-workflows

0 commit comments

Comments
 (0)