diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 24dcdc3d..3d8ed3be 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,24 +14,24 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/adamchainz/django-upgrade - rev: 1.29.1 + rev: 1.30.0 hooks: - id: django-upgrade args: [--target-version, "3.2"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.15.0" + rev: "v0.15.13" hooks: - id: ruff args: [--unsafe-fixes] - id: ruff-format - repo: https://github.com/biomejs/pre-commit - rev: "v2.3.14" + rev: "v2.4.15" hooks: - id: biome-check args: [--unsafe] verbose: true - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.15.2 + rev: v2.21.2 hooks: - id: pyproject-fmt - repo: https://github.com/abravalheri/validate-pyproject