Update django-upgrade pre-commit hook (#6025)

Co-authored-by: browniebroke <861044+browniebroke@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2025-09-09 08:48:24 +01:00 committed by GitHub
parent eb2795a5fe
commit 2d54ed103e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,7 @@ repos:
exclude: '{{cookiecutter.project_slug}}/templates/' exclude: '{{cookiecutter.project_slug}}/templates/'
- repo: https://github.com/adamchainz/django-upgrade - repo: https://github.com/adamchainz/django-upgrade
rev: '1.27.0' rev: '1.28.0'
hooks: hooks:
- id: django-upgrade - id: django-upgrade
args: ['--target-version', '5.0'] args: ['--target-version', '5.0']