From 6b01615dd036ffd22efc539384dd9d05f060cc92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Garc=C3=ADa=20Crespo?= Date: Mon, 23 Oct 2023 20:36:25 +0000 Subject: [PATCH] Update django-upgrade target --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6bc6e00a..b18a3064 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,7 +40,7 @@ repos: hooks: - id: django-upgrade args: - - "--target-version=3.2" + - "--target-version=4.2" - repo: https://github.com/psf/black rev: "23.9.1"