diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index efaa807..9e5a492 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,14 +20,14 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.8 + rev: v0.15.9 hooks: - id: ruff-check args: - --fix - id: ruff-format - repo: https://github.com/biomejs/pre-commit - rev: v2.4.9 + rev: v2.4.10 hooks: - id: biome-check exclude: \.jsonc?$ @@ -47,7 +47,7 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/rvben/rumdl-pre-commit - rev: v0.1.62 + rev: v0.1.67 hooks: - id: rumdl-fmt - repo: https://github.com/shellcheck-py/shellcheck-py