Merge branch 'master' into pyup-update-ruff-0.4.5-to-0.4.6

This commit is contained in:
Bruno Alla 2024-05-29 08:25:03 +01:00 committed by GitHub
commit 7ce94bb2f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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