Update django-upgrade pre-commit hook to v1.24.0 (#5742)

This commit is contained in:
github-actions[bot] 2025-03-28 10:41:11 +00:00 committed by GitHub
parent 8459a36369
commit 28aa085015
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/'
- repo: https://github.com/adamchainz/django-upgrade
rev: '1.23.1'
rev: '1.24.0'
hooks:
- id: django-upgrade
args: ['--target-version', '5.0']