diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 865229e..614ce46 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: trailing-whitespace name: trim trailing whitespace @@ -29,7 +29,7 @@ repos: exclude: '^(\.env|xseed\.sh)$' - repo: https://github.com/shellcheck-py/shellcheck-py - rev: v0.10.0.1 + rev: v0.11.0.1 hooks: - id: shellcheck name: shellcheck