Skip to content

Commit 92df93e

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.10 → v0.12.3](astral-sh/ruff-pre-commit@v0.11.10...v0.12.3) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.1](pre-commit/mirrors-mypy@v1.15.0...v1.16.1)
1 parent 49239b8 commit 92df93e

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
@@ -27,7 +27,7 @@ repos:
2727
- id: rst-inline-touching-normal
2828

2929
- repo: https://github.com/rbubley/mirrors-prettier
30-
rev: "v3.5.3"
30+
rev: "v3.6.2"
3131
hooks:
3232
- id: prettier
3333
types_or: [yaml, markdown, html, css, scss, javascript, json]
@@ -40,14 +40,14 @@ repos:
4040
additional_dependencies: [black~=25.0]
4141

4242
- repo: https://github.com/astral-sh/ruff-pre-commit
43-
rev: "v0.11.10"
43+
rev: "v0.12.3"
4444
hooks:
4545
- id: ruff
4646
args: ["--fix", "--show-fixes"]
4747
- id: ruff-format
4848

4949
- repo: https://github.com/pre-commit/mirrors-mypy
50-
rev: "v1.15.0"
50+
rev: "v1.16.1"
5151
hooks:
5252
- id: mypy
5353
files: src|tests

0 commit comments

Comments
 (0)