Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/rubocop-hq/rubocop: v1.9.1 → v1.30.0](rubocop/rubocop@v1.9.1...v1.30.0)
- [github.com/shellcheck-py/shellcheck-py: v0.7.1.1 → v0.8.0.4](shellcheck-py/shellcheck-py@v0.7.1.1...v0.8.0.4)
- [github.com/adrienverge/yamllint: v1.23.0 → v1.26.3](adrienverge/yamllint@v1.23.0...v1.26.3)
- [github.com/warpnet/salt-lint: v0.3.0 → v0.8.0](warpnet/salt-lint@v0.3.0...v0.8.0)
- [github.com/myint/rstcheck: 3f929574 → v6.0.0rc3](rstcheck/rstcheck@3f92957...v6.0.0rc3)
  • Loading branch information
pre-commit-ci[bot] authored May 30, 2022
1 parent a855eba commit 86448e4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,36 +18,36 @@ repos:
additional_dependencies: ['@commitlint/config-conventional@8.3.4']
always_run: true
- repo: https://github.com/rubocop-hq/rubocop
rev: v1.9.1
rev: v1.30.0
hooks:
- id: rubocop
name: Check Ruby files with rubocop
args: [--debug]
always_run: true
pass_filenames: false
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.7.1.1
rev: v0.8.0.4
hooks:
- id: shellcheck
name: Check shell scripts with shellcheck
files: ^.*\.(sh|bash|ksh)$
types: []
- repo: https://github.com/adrienverge/yamllint
rev: v1.23.0
rev: v1.26.3
hooks:
- id: yamllint
name: Check YAML syntax with yamllint
args: [--strict, '.']
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.0rc3
hooks:
- id: rstcheck
name: Check reST files using rstcheck
Expand Down

0 comments on commit 86448e4

Please sign in to comment.