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.56.4 → v1.59.0](rubocop/rubocop@v1.56.4...v1.59.0)
- [github.com/adrienverge/yamllint: v1.32.0 → v1.33.0](adrienverge/yamllint@v1.32.0...v1.33.0)
- https://github.com/myint/rstcheckhttps://github.com/rstcheck/rstcheck
- [github.com/rstcheck/rstcheck: 3f929574 → v6.2.0](rstcheck/rstcheck@3f92957...v6.2.0)
- [github.com/saltstack-formulas/mirrors-rst-lint: v1.3.2 → v1.4.0](saltstack-formulas/mirrors-rst-lint@v1.3.2...v1.4.0)
  • Loading branch information
pre-commit-ci[bot] authored Jan 1, 2024
1 parent 62143c5 commit d60b365
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 @@ -30,7 +30,7 @@ repos:
additional_dependencies: ['@commitlint/config-conventional@8.3.4']
always_run: true
- repo: https://github.com/rubocop-hq/rubocop
rev: v1.56.4
rev: v1.59.0
hooks:
- id: rubocop
name: Check Ruby files with rubocop
Expand All @@ -45,7 +45,7 @@ repos:
files: ^.*\.(sh|bash|ksh)$
types: []
- repo: https://github.com/adrienverge/yamllint
rev: v1.32.0
rev: v1.33.0
hooks:
- id: yamllint
name: Check YAML syntax with yamllint
Expand All @@ -58,14 +58,14 @@ repos:
- id: salt-lint
name: Check Salt files using salt-lint
files: ^.*\.(sls|jinja|j2|tmpl|tst)$
- repo: https://github.com/myint/rstcheck
rev: 3f929574
- repo: https://github.com/rstcheck/rstcheck
rev: v6.2.0
hooks:
- id: rstcheck
name: Check reST files using rstcheck
exclude: 'docs/CHANGELOG.rst'
- repo: https://github.com/saltstack-formulas/mirrors-rst-lint
rev: v1.3.2
rev: v1.4.0
hooks:
- id: rst-lint
name: Check reST files using rst-lint
Expand Down

0 comments on commit d60b365

Please sign in to comment.