Skip to content

Commit 799ec3a

Browse files
chore: update pre-commit hooks
updates: - [github.com/rbubley/mirrors-prettier: v3.6.2 → v3.7.4](rbubley/mirrors-prettier@v3.6.2...v3.7.4) - [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 c5c0b97 commit 799ec3a

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

3838
- repo: https://github.com/rbubley/mirrors-prettier
39-
rev: "v3.6.2"
39+
rev: "v3.7.4"
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.13.3"
46+
rev: "v0.14.10"
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.18.2"
53+
rev: "v1.19.1"
5454
hooks:
5555
- id: mypy
5656
files: src|tests
@@ -80,7 +80,7 @@ repos:
8080
additional_dependencies: ["validate-pyproject-schema-store[all]"]
8181

8282
- repo: https://github.com/python-jsonschema/check-jsonschema
83-
rev: "0.34.0"
83+
rev: "0.36.0"
8484
hooks:
8585
- id: check-dependabot
8686
- id: check-github-workflows

0 commit comments

Comments
 (0)