diff options
| author | Baptiste Mispelon <bmispelon@gmail.com> | 2024-06-09 07:34:19 +0200 |
|---|---|---|
| committer | Baptiste Mispelon <bmispelon@gmail.com> | 2024-06-09 07:34:19 +0200 |
| commit | 17d0088349082674c2ff399cd23748aa61440cb6 (patch) | |
| tree | 48efb5c59162056d0f297b02525bfaba1cfbd1b6 /.pre-commit-config.yaml | |
| parent | 947727fa94f313dd46c6171be20e61a7255bdf69 (diff) | |
Revert "Upgraded Django to 4.2.10"
This reverts commit 947727fa94f313dd46c6171be20e61a7255bdf69.
Diffstat (limited to '.pre-commit-config.yaml')
| -rw-r--r-- | .pre-commit-config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1e922398..6cf4dcf6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: rev: "1.18.0" hooks: - id: django-upgrade - args: [--target-version, "4.2"] + args: [--target-version, "3.2"] - repo: https://github.com/psf/black rev: 24.4.2 hooks: |
