Update .pre-commit-config.yaml

master
Fabio Caccamo 2023-07-04 00:07:52 +02:00
parent 60501026a6
commit 5541d4ca70
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ repos:
rev: 1.14.0
hooks:
- id: django-upgrade
args: ["--target-version", "3.2"]
args: ["--target-version", "3.0"]
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.275