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/jumanjihouse/pre-commit-hooks: 2.1.3 → 2.1.6](jumanjihouse/pre-commit-hooks@2.1.3...2.1.6)
- [github.com/adrienverge/yamllint.git: v1.23.0 → v1.26.3](https://github.com/adrienverge/yamllint.git/compare/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 961dd52 commit 1fb3c2f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
additional_dependencies: ['@commitlint/[email protected]']
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$
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 1fb3c2f

Please sign in to comment.