From b1133d8e354cd28b6408d192e8b2c3e91865187e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Tue, 12 Mar 2024 08:22:40 +0100 Subject: [PATCH] chg: [pre-commit] Removed useless django-upgrade hook. --- .pre-commit-config.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 635bbc9..6769aa8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,11 +1,6 @@ ci: autoupdate_schedule: monthly repos: - - repo: https://github.com/adamchainz/django-upgrade - rev: 1.13.0 - hooks: - - id: django-upgrade - args: [--target-version, '4.2'] - repo: https://github.com/asottile/pyupgrade rev: v3.3.1 hooks: