We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6794d0f commit b40c4c1Copy full SHA for b40c4c1
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ repos:
10
rev: "1.14.1"
11
hooks:
12
- id: django-upgrade
13
- args: [--target-version, "4.2"]
+ args: [--target-version, "5.2"]
14
- repo: https://github.com/astral-sh/ruff-pre-commit
15
# Ruff version.
16
rev: v0.5.2
@@ -22,7 +22,7 @@ repos:
22
- id: ruff-format
23
- repo: https://github.com/astral-sh/uv-pre-commit
24
# uv version.
25
- rev: 0.5.11
+ rev: 0.9.10
26
27
# Compile requirements to ensure uv.lock is up-to-date
28
- id: uv-lock
0 commit comments