diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 853c1a1..68977d0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,21 +1,21 @@ repos: - repo: https://github.com/biomejs/pre-commit - rev: v2.4.13 + rev: v2.5.5 hooks: - id: biome-ci additional_dependencies: ["@biomejs/biome@2.4.13"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.10 + rev: v0.16.0 hooks: - id: ruff-check - id: ruff-format - repo: https://github.com/astral-sh/uv-pre-commit # Keep version in sync with your uv package version - rev: 0.6.9 + rev: 0.11.32 hooks: - id: uv-lock # Locks the uv lockfile - repo: https://github.com/adamchainz/django-upgrade - rev: "1.30.0" + rev: "1.31.1" hooks: - id: django-upgrade args: [--target-version, "6.0"]