Skip to content

Commit 765ac15

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.10 → v0.15.2](astral-sh/ruff-pre-commit@v0.14.10...v0.15.2) - [github.com/astral-sh/uv-pre-commit: 0.9.18 → 0.10.4](astral-sh/uv-pre-commit@0.9.18...0.10.4) - [github.com/crate-ci/typos: v1.40.1 → v1](crate-ci/typos@v1.40.1...v1)
1 parent 2e31290 commit 765ac15

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ repos:
2828
- id: python-use-type-annotations
2929
- id: text-unicode-replacement-char
3030
- repo: https://github.com/astral-sh/ruff-pre-commit
31-
rev: v0.14.10
31+
rev: v0.15.2
3232
hooks:
3333
- id: ruff-check
3434
- id: ruff-format
3535
- repo: https://github.com/astral-sh/uv-pre-commit
36-
rev: 0.9.18
36+
rev: 0.10.4
3737
hooks:
3838
- id: uv-lock
3939
- repo: https://github.com/executablebooks/mdformat
@@ -45,7 +45,7 @@ repos:
4545
- mdformat-black
4646
args: [--wrap, "88"]
4747
- repo: https://github.com/crate-ci/typos
48-
rev: v1.40.1
48+
rev: v1
4949
hooks:
5050
- id: typos
5151
- repo: meta

0 commit comments

Comments
 (0)