diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2ba2d2e..5e080d9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,18 +19,18 @@ repos: - id: django-upgrade args: [--target-version, "3.2"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.5 + rev: v0.15.12 hooks: - id: ruff args: [--unsafe-fixes] - id: ruff-format - repo: https://github.com/biomejs/pre-commit - rev: v2.4.6 + rev: v2.4.14 hooks: - id: biome-check args: [--unsafe] - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.16.2 + rev: v2.21.1 hooks: - id: pyproject-fmt - repo: https://github.com/abravalheri/validate-pyproject