mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-04 02:34:43 +00:00
Auto-update pre-commit hooks (#5106)
Co-authored-by: browniebroke <861044+browniebroke@users.noreply.github.com>
This commit is contained in:
parent
2aae512ef6
commit
07e6282244
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue