diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3d06e7c..86113b8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,14 +19,14 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.1 + rev: v0.14.5 hooks: - id: ruff-check args: - --fix - id: ruff-format - repo: https://github.com/biomejs/pre-commit - rev: v2.2.6 + rev: v2.3.5 hooks: - id: biome-check exclude: \.jsonc?$