Skip to content

Commit

Permalink
ci(pre-commit.ci): perform pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/rubocop-hq/rubocop: v1.30.1 → v1.36.0](rubocop/rubocop@v1.30.1...v1.36.0)
- [github.com/adrienverge/yamllint: v1.26.3 → v1.28.0](adrienverge/yamllint@v1.26.3...v1.28.0)
- [github.com/myint/rstcheck: 3f929574 → v6.1.0](rstcheck/rstcheck@3f92957...v6.1.0)
  • Loading branch information
pre-commit-ci[bot] authored Sep 12, 2022
1 parent f589d27 commit 1222568
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repos:
additional_dependencies: ['@commitlint/[email protected]']
always_run: true
- repo: https://github.com/rubocop-hq/rubocop
rev: v1.30.1
rev: v1.36.0
hooks:
- id: rubocop
name: Check Ruby files with rubocop
Expand All @@ -46,7 +46,7 @@ repos:
exclude: 'ssf/files/default/pre-commit_semantic-release.sh'
types: []
- repo: https://github.com/adrienverge/yamllint
rev: v1.26.3
rev: v1.28.0
hooks:
- id: yamllint
name: Check YAML syntax with yamllint
Expand All @@ -60,7 +60,7 @@ repos:
name: Check Salt files using salt-lint
files: ^.*\.(sls|jinja|j2|tmpl|tst)$
- repo: https://github.com/myint/rstcheck
rev: 3f929574
rev: v6.1.0
hooks:
- id: rstcheck
name: Check reST files using rstcheck
Expand Down

0 comments on commit 1222568

Please sign in to comment.