diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 06bef68..4c80061 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,12 +1,12 @@ repos: - repo: https://github.com/adamchainz/django-upgrade - rev: 1.25.0 + rev: 1.29.1 hooks: - id: django-upgrade args: [--target-version, "5.2"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.4 + rev: v0.14.8 hooks: - id: ruff-check - id: ruff-format