diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 037cc5a..04c01cd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: - id: trailing-whitespace - id: end-of-file-fixer - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.1 + rev: v0.15.2 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -13,11 +13,11 @@ repos: args: [--preview, --select=CPY] - id: ruff-format - repo: https://github.com/biomejs/pre-commit - rev: v2.3.15 + rev: v2.4.4 hooks: - id: biome-format - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.16.0 + rev: v2.16.2 hooks: - id: pyproject-fmt - repo: https://github.com/pre-commit/mirrors-mypy