diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a810328..17ac192 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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