Skip to content

Commit 32d00b6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.0 → v0.14.2](astral-sh/ruff-pre-commit@v0.14.0...v0.14.2) - [github.com/astral-sh/uv-pre-commit: 0.9.2 → 0.9.5](astral-sh/uv-pre-commit@0.9.2...0.9.5) - [github.com/executablebooks/mdformat: 0.7.22 → 1.0.0](hukkin/mdformat@0.7.22...1.0.0) - [github.com/executablebooks/mdformat: 0.7.22 → 1.0.0](hukkin/mdformat@0.7.22...1.0.0)
1 parent 8335503 commit 32d00b6

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
@@ -25,16 +25,16 @@ repos:
2525
- id: python-no-log-warn
2626
- id: text-unicode-replacement-char
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.14.0
28+
rev: v0.14.2
2929
hooks:
3030
- id: ruff-format
3131
- id: ruff-check
3232
- repo: https://github.com/astral-sh/uv-pre-commit
33-
rev: 0.9.2
33+
rev: 0.9.5
3434
hooks:
3535
- id: uv-lock
3636
- repo: https://github.com/executablebooks/mdformat
37-
rev: 0.7.22
37+
rev: 1.0.0
3838
hooks:
3939
- id: mdformat
4040
additional_dependencies: [
@@ -44,7 +44,7 @@ repos:
4444
]
4545
files: (README\.md)
4646
- repo: https://github.com/executablebooks/mdformat
47-
rev: 0.7.22
47+
rev: 1.0.0
4848
hooks:
4949
- id: mdformat
5050
additional_dependencies: [

0 commit comments

Comments
 (0)