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