summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorBaptiste Mispelon <bmispelon@gmail.com>2025-02-01 01:03:15 +0100
committerBaptiste Mispelon <bmispelon@gmail.com>2025-02-01 01:03:53 +0100
commit9b4e170aa38f4a26ffe579b622ab8a9f76301a29 (patch)
tree7079fdb5a478c682d269d83dbd7fa0f03b6efa75 /.pre-commit-config.yaml
parentcf7ed27a898fd15495f81018b0a43ab4b193becc (diff)
Revert temporary upgrade to Django 5.2a1
This reverts commits cf7ed27a898fd15495f81018b0a43ab4b193becc. and fabb4bc163858e945f5c29074afae5a54f1f12cd.
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index c5199236..a89afbda 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -36,7 +36,6 @@ repos:
rev: "1.22.2"
hooks:
- id: django-upgrade
- # TODO: Update to 5.2 when django-upgrade supports it
args: [--target-version, "5.1"]
- repo: https://github.com/psf/black
rev: 24.10.0