Skip to content

Commit b40c4c1

Browse files
authored
Update pre-commit configuration for Django and uv
1 parent 6794d0f commit b40c4c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
rev: "1.14.1"
1111
hooks:
1212
- id: django-upgrade
13-
args: [--target-version, "4.2"]
13+
args: [--target-version, "5.2"]
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
1515
# Ruff version.
1616
rev: v0.5.2
@@ -22,7 +22,7 @@ repos:
2222
- id: ruff-format
2323
- repo: https://github.com/astral-sh/uv-pre-commit
2424
# uv version.
25-
rev: 0.5.11
25+
rev: 0.9.10
2626
hooks:
2727
# Compile requirements to ensure uv.lock is up-to-date
2828
- id: uv-lock

0 commit comments

Comments
 (0)