diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c782782..d39e051 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.29.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.14.0 + rev: v0.14.4 hooks: - id: ruff-check - id: ruff-format