diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6d7eb3e..9e6fc03 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -100,13 +100,13 @@ repos: hooks: - id: codespell - repo: https://github.com/shellcheck-py/shellcheck-py - rev: v0.11.0.1 + rev: v0.11.0.1-1 hooks: - id: shellcheck args: ['--shell=sh'] files: ^scripts/ - repo: https://github.com/shellcheck-py/shellcheck-py - rev: v0.11.0.1 + rev: v0.11.0.1-1 hooks: - id: shellcheck args: ['--shell=bash']