diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d42c187..0e28c32 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,16 +1,16 @@ repos: - repo: https://github.com/adamchainz/django-upgrade - rev: 1.23.1 + rev: 1.29.1 hooks: - id: django-upgrade args: [--target-version, "5.1"] - - repo: https://github.com/psf/black - rev: 25.1.0 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 25.9.0 hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.2 + rev: v0.14.2 hooks: - id: ruff