diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 502225e..12568bf 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.21.0 + rev: 1.24.0 hooks: - id: django-upgrade args: [--target-version, "5.1"] - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 25.1.0 hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.8 + rev: v0.11.5 hooks: - id: ruff