diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d12b98c5..88a0ac92 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ exclude: '^$' fail_fast: false repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.5.6' + rev: 'v0.6.3' hooks: - id: ruff args: ["--fix"] @@ -15,7 +15,7 @@ repos: - id: check-yaml args: [--unsafe] - repo: https://github.com/scop/pre-commit-shfmt - rev: v3.8.0-1 + rev: v3.9.0-1 hooks: - id: shfmt-src # native (requires Go to build) args: ["-i", "4"]