Skip to content

Commit c663c94

Browse files
chore: update pre-commit hooks (#18)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.4 → v0.12.2](astral-sh/ruff-pre-commit@v0.11.4...v0.12.2) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.1](pre-commit/mirrors-mypy@v1.15.0...v1.16.1) - [github.com/python-jsonschema/check-jsonschema: 0.32.1 → 0.33.2](python-jsonschema/check-jsonschema@0.32.1...0.33.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 02ff4a4 commit c663c94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.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.11.4"
37+
rev: "v0.12.2"
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.15.0"
44+
rev: "v1.16.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.32.1"
77+
rev: "0.33.2"
7878
hooks:
7979
- id: check-dependabot
8080
- id: check-github-workflows

0 commit comments

Comments
 (0)