Auto-update pre-commit hooks

This commit is contained in:
browniebroke 2024-05-29 02:26:43 +00:00 committed by github-actions[bot]
parent 30a92f55af
commit 5c324d5a3e

View File

@ -28,14 +28,14 @@ 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.17.0' rev: '1.18.0'
hooks: hooks:
- id: django-upgrade - id: django-upgrade
args: ['--target-version', '4.2'] args: ['--target-version', '4.2']
# Run the Ruff linter. # Run the Ruff linter.
- repo: https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.5 rev: v0.4.6
hooks: hooks:
# Linter # Linter
- id: ruff - id: ruff