Skip to content

Commit f557a2c

Browse files
chore: update pre-commit hooks
updates: - [github.com/rbubley/mirrors-prettier: v3.5.3 → v3.6.2](rbubley/mirrors-prettier@v3.5.3...v3.6.2) - [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)
1 parent 8d813fc commit f557a2c

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
@@ -36,21 +36,21 @@ repos:
3636
- id: rst-inline-touching-normal
3737

3838
- repo: https://github.com/rbubley/mirrors-prettier
39-
rev: "v3.5.3"
39+
rev: "v3.6.2"
4040
hooks:
4141
- id: prettier
4242
types_or: [yaml, markdown, html, css, scss, javascript, json]
4343
args: [--prose-wrap=always]
4444

4545
- repo: https://github.com/astral-sh/ruff-pre-commit
46-
rev: "v0.11.4"
46+
rev: "v0.12.2"
4747
hooks:
4848
- id: ruff
4949
args: ["--fix", "--show-fixes"]
5050
- id: ruff-format
5151

5252
- repo: https://github.com/pre-commit/mirrors-mypy
53-
rev: "v1.15.0"
53+
rev: "v1.16.1"
5454
hooks:
5555
- id: mypy
5656
files: src|tests
@@ -78,7 +78,7 @@ repos:
7878
additional_dependencies: ["validate-pyproject-schema-store[all]"]
7979

8080
- repo: https://github.com/python-jsonschema/check-jsonschema
81-
rev: "0.32.1"
81+
rev: "0.33.2"
8282
hooks:
8383
- id: check-dependabot
8484
- id: check-github-workflows

0 commit comments

Comments
 (0)