diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4f05fda..d4edc99 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: additional_dependencies: ['@commitlint/config-conventional@8.3.4'] always_run: true - repo: https://github.com/jumanjihouse/pre-commit-hooks - rev: 2.1.3 + rev: 2.1.6 hooks: - id: rubocop exclude: ^Gemfile\.lock$ @@ -27,7 +27,7 @@ repos: exclude_types: [zsh] 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 @@ -43,13 +43,13 @@ repos: )$ exclude: ^test/.*/states/.*\.sls$ - 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.0rc3 hooks: - id: rstcheck name: Check reST files using rstcheck