Skip to content

Commit 675ceca

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/uv-pre-commit: 0.11.7 → 0.11.32](astral-sh/uv-pre-commit@0.11.7...0.11.32) - [github.com/astral-sh/ruff-pre-commit: v0.15.11 → v0.16.0](astral-sh/ruff-pre-commit@v0.15.11...v0.16.0) - [github.com/jackdewinter/pymarkdown: v0.9.36 → v0.9.39](jackdewinter/pymarkdown@v0.9.36...v0.9.39) - [github.com/adamchainz/django-upgrade: 1.30.0 → 1.31.1](adamchainz/django-upgrade@1.30.0...1.31.1)
1 parent 2fb2937 commit 675ceca

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
repos:
22
- repo: https://github.com/astral-sh/uv-pre-commit
3-
rev: 0.11.7
3+
rev: 0.11.32
44
hooks:
55
- id: uv-lock
66
- repo: https://github.com/astral-sh/ruff-pre-commit
7-
rev: v0.15.11
7+
rev: v0.16.0
88
hooks:
99
- id: ruff-check
1010
args: [--fix]
1111
- id: ruff-format
1212
- repo: https://github.com/jackdewinter/pymarkdown
13-
rev: v0.9.36
13+
rev: v0.9.39
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.30.0" # replace with latest tag on GitHub
21+
rev: "1.31.1" # 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)