diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 83a794d7..3c10382c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,14 +18,14 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.11 + rev: v0.16.3 hooks: - id: ruff-check args: - --fix - id: ruff-format - repo: https://github.com/oxc-project/mirrors-oxfmt - rev: v0.45.0 + rev: v0.63.0 hooks: - id: oxfmt - repo: https://github.com/oxc-project/mirrors-oxlint @@ -52,7 +52,7 @@ repos: hooks: - id: actionlint - repo: https://github.com/rvben/rumdl-pre-commit - rev: v0.1.80 + rev: v0.2.55 hooks: - id: rumdl-fmt - repo: https://github.com/shellcheck-py/shellcheck-py