Skip to content

Commit 08b6204

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/uv-pre-commit: 0.11.3 → 0.11.7](astral-sh/uv-pre-commit@0.11.3...0.11.7) - [github.com/jackdewinter/pymarkdown: v0.9.33 → v0.9.36](jackdewinter/pymarkdown@v0.9.33...v0.9.36) - [github.com/adamchainz/django-upgrade: 1.29.1 → 1.30.0](adamchainz/django-upgrade@1.29.1...1.30.0)
1 parent def2afc commit 08b6204

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/uv-pre-commit
3-
rev: 0.11.3
3+
rev: 0.11.7
44
hooks:
55
- id: uv-lock
66
- repo: https://github.com/astral-sh/ruff-pre-commit
@@ -10,15 +10,15 @@ repos:
1010
args: [--fix]
1111
- id: ruff-format
1212
- repo: https://github.com/jackdewinter/pymarkdown
13-
rev: v0.9.33
13+
rev: v0.9.36
1414
hooks:
1515
- id: pymarkdown
1616
args:
1717
- --disable-rules
1818
- line-length
1919
- scan
2020
- repo: https://github.com/adamchainz/django-upgrade
21-
rev: "1.29.1" # replace with latest tag on GitHub
21+
rev: "1.30.0" # replace with latest tag on GitHub
2222
hooks:
2323
- id: django-upgrade
2424
args: [--target-version, "5.2"] # Replace with Django version

0 commit comments

Comments
 (0)