Skip to content

Commit 3c59204

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.4 → v0.14.3](astral-sh/ruff-pre-commit@v0.12.4...v0.14.3) - [github.com/astral-sh/uv-pre-commit: 0.8.3 → 0.9.7](astral-sh/uv-pre-commit@0.8.3...0.9.7) - [github.com/executablebooks/mdformat: 0.7.22 → 1.0.0](hukkin/mdformat@0.7.22...1.0.0)
1 parent 01bcb07 commit 3c59204

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
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v5.0.0
6+
rev: v6.0.0
77
hooks:
88
- id: check-added-large-files
99
args: [--maxkb=25]
@@ -28,16 +28,16 @@ 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.12.4
31+
rev: v0.14.3
3232
hooks:
3333
- id: ruff
3434
- id: ruff-format
3535
- repo: https://github.com/astral-sh/uv-pre-commit
36-
rev: 0.8.3
36+
rev: 0.9.7
3737
hooks:
3838
- id: uv-lock
3939
- repo: https://github.com/executablebooks/mdformat
40-
rev: 0.7.22
40+
rev: 1.0.0
4141
hooks:
4242
- id: mdformat
4343
additional_dependencies:

0 commit comments

Comments
 (0)