Update pre-commit hooks

This commit is contained in:
2024-07-01 19:50:06 +02:00
parent 80ea0de983
commit e2f7c13b79

View File

@ -29,7 +29,7 @@ repos:
# Automatically upgrade your Django project code
- repo: https://github.com/adamchainz/django-upgrade
rev: "1.18.0"
rev: "1.19.0"
hooks:
- id: django-upgrade
args: [--target-version, "5.1"]
@ -43,7 +43,7 @@ repos:
# An extremely fast Python linter and formatter.
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.10
rev: v0.5.0
hooks:
- id: ruff-format
- id: ruff