Auto-update pre-commit hooks

This commit is contained in:
browniebroke 2024-10-12 02:36:29 +00:00 committed by github-actions[bot]
parent 92cf1daaf4
commit 3f2155ab6e
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ repos:
args: ["--tab-width", "2"]
- repo: https://github.com/asottile/pyupgrade
rev: v3.17.0
rev: v3.18.0
hooks:
- id: pyupgrade
args: [--py312-plus]

View File

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