Auto-update pre-commit hooks

This commit is contained in:
browniebroke 2024-09-06 02:33:51 +00:00 committed by github-actions[bot]
parent 1a141ef29b
commit 1a807dfb38

View File

@ -28,14 +28,14 @@ repos:
exclude: '{{cookiecutter.project_slug}}/templates/'
- repo: https://github.com/adamchainz/django-upgrade
rev: '1.20.0'
rev: '1.21.0'
hooks:
- id: django-upgrade
args: ['--target-version', '5.0']
# Run the Ruff linter.
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.3
rev: v0.6.4
hooks:
# Linter
- id: ruff