Skip to content

Commit d928e08

Browse files
chore: pre-commit autoupdate
updates: - [github.com/jackdewinter/pymarkdown: v0.9.30 → v0.9.31](jackdewinter/pymarkdown@v0.9.30...v0.9.31) - [github.com/astral-sh/ruff-pre-commit: v0.12.2 → v0.12.7](astral-sh/ruff-pre-commit@v0.12.2...v0.12.7) - [github.com/astral-sh/uv-pre-commit: 0.7.19 → 0.8.4](astral-sh/uv-pre-commit@0.7.19...0.8.4)
1 parent 087f604 commit d928e08

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: typos
2828

2929
- repo: https://github.com/jackdewinter/pymarkdown
30-
rev: v0.9.30
30+
rev: v0.9.31
3131
hooks:
3232
- id: pymarkdown
3333
args:
@@ -57,7 +57,7 @@ repos:
5757
- pytest
5858

5959
- repo: https://github.com/astral-sh/ruff-pre-commit
60-
rev: v0.12.2
60+
rev: v0.12.7
6161
hooks:
6262
- id: ruff
6363
args:
@@ -66,6 +66,6 @@ repos:
6666
- id: ruff-format
6767

6868
- repo: https://github.com/astral-sh/uv-pre-commit
69-
rev: 0.7.19
69+
rev: 0.8.4
7070
hooks:
7171
- id: uv-lock

0 commit comments

Comments
 (0)