Skip to content

Commit 117cee3

Browse files
chore: update pre-commit hooks
updates: - [github.com/rbubley/mirrors-prettier: v3.6.2 → v3.8.0](rbubley/mirrors-prettier@v3.6.2...v3.8.0) - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.13](astral-sh/ruff-pre-commit@v0.13.3...v0.14.13) - [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 064429d commit 117cee3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,22 +38,22 @@ repos:
3838
- id: rst-inline-touching-normal
3939

4040
- repo: https://github.com/rbubley/mirrors-prettier
41-
rev: "v3.6.2"
41+
rev: "v3.8.0"
4242
hooks:
4343
- id: prettier
4444
types_or: [yaml, markdown, html, css, scss, javascript, json]
4545
args: [--prose-wrap=always]
4646
exclude: \.md
4747

4848
- repo: https://github.com/astral-sh/ruff-pre-commit
49-
rev: "v0.13.3"
49+
rev: "v0.14.13"
5050
hooks:
5151
- id: ruff-check
5252
args: ["--fix", "--show-fixes"]
5353
- id: ruff-format
5454

5555
- repo: https://github.com/pre-commit/mirrors-mypy
56-
rev: "v1.18.2"
56+
rev: "v1.19.1"
5757
hooks:
5858
- id: mypy
5959
files: src|tests
@@ -91,7 +91,7 @@ repos:
9191
additional_dependencies: ["validate-pyproject-schema-store[all]"]
9292

9393
- repo: https://github.com/python-jsonschema/check-jsonschema
94-
rev: "0.34.0"
94+
rev: "0.36.0"
9595
hooks:
9696
- id: check-dependabot
9797
- id: check-github-workflows

0 commit comments

Comments
 (0)