diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0efdb51..32ebfc5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: always_run: true pass_filenames: false - repo: https://github.com/jumanjihouse/pre-commit-hooks - rev: 2.1.3 + rev: 2.1.6 hooks: - id: shellcheck name: Check shell scripts with shellcheck @@ -34,7 +34,7 @@ repos: types: [] args: [] - repo: https://github.com/adrienverge/yamllint.git - rev: v1.23.0 + rev: v1.26.3 hooks: - id: yamllint name: Check YAML syntax with yamllint @@ -42,13 +42,13 @@ repos: always_run: true pass_filenames: false - repo: https://github.com/warpnet/salt-lint - rev: v0.3.0 + rev: v0.8.0 hooks: - id: salt-lint name: Check Salt files using salt-lint files: ^.*\.(sls|jinja|j2|tmpl|tst)$ - repo: https://github.com/myint/rstcheck - rev: 3f929574 + rev: v6.0.0.post1 hooks: - id: rstcheck name: Check reST files using rstcheck