Skip to content

Commit 28aa085

Browse files
Update django-upgrade pre-commit hook to v1.24.0 (#5742)
1 parent 8459a36 commit 28aa085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_slug}}/.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
exclude: '{{cookiecutter.project_slug}}/templates/'
3030

3131
- repo: https://github.com/adamchainz/django-upgrade
32-
rev: '1.23.1'
32+
rev: '1.24.0'
3333
hooks:
3434
- id: django-upgrade
3535
args: ['--target-version', '5.0']

0 commit comments

Comments
 (0)