diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1244bf7..9d0682e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,20 +14,20 @@ repos: - id: check-yaml - repo: https://github.com/adamchainz/django-upgrade - rev: 1.27.0 + rev: 1.29.0 hooks: - id: django-upgrade args: [--target-version, "4.2"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.11 + rev: v0.13.3 hooks: - id: ruff args: [--fix] - id: ruff-format - repo: https://github.com/adamchainz/blacken-docs - rev: 1.19.1 + rev: 1.20.0 hooks: - id: blacken-docs alias: autoformat