diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6a2b448..6b90035 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,16 +2,16 @@ # https://pre-commit.com/ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v1.2.3 + rev: v4.0.1 hooks: - id: check-yaml - id: check-executables-have-shebangs - id: check-byte-order-marker - repo: https://github.com/jumanjihouse/pre-commit-hooks - rev: 1.6.0 + rev: 2.1.5 hooks: - id: shellcheck - repo: https://github.com/adrienverge/yamllint - rev: master + rev: v1.26.3 hooks: - id: yamllint