There was an error while loading. Please reload this page.
2 parents d8000b0 + 08b6204 commit 4a96631Copy full SHA for 4a96631
1 file changed
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/astral-sh/uv-pre-commit
3
- rev: 0.11.3
+ rev: 0.11.7
4
hooks:
5
- id: uv-lock
6
- repo: https://github.com/astral-sh/ruff-pre-commit
@@ -10,15 +10,15 @@ repos:
10
args: [--fix]
11
- id: ruff-format
12
- repo: https://github.com/jackdewinter/pymarkdown
13
- rev: v0.9.33
+ rev: v0.9.36
14
15
- id: pymarkdown
16
args:
17
- --disable-rules
18
- line-length
19
- scan
20
- repo: https://github.com/adamchainz/django-upgrade
21
- rev: "1.29.1" # replace with latest tag on GitHub
+ rev: "1.30.0" # replace with latest tag on GitHub
22
23
- id: django-upgrade
24
args: [--target-version, "5.2"] # Replace with Django version
0 commit comments