diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3d91a05..9fda76c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: - id: trailing-whitespace - id: no-commit-to-branch - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.5 + rev: v0.16.6 hooks: - id: ruff-check args: [--fix, --exit-non-zero-on-fix] @@ -14,11 +14,11 @@ repos: args: [--preview, --select=CPY] - id: ruff-format - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.29.0 + rev: v2.29.3 hooks: - id: pyproject-fmt - repo: https://github.com/biomejs/pre-commit - rev: v2.5.11 + rev: v2.5.12 hooks: - id: biome-format - repo: https://github.com/pre-commit/mirrors-mypy