Skip to content

Commit 628930a

Browse files
ci(pre-commit.ci): perform pre-commit autoupdate
updates: - [github.com/rubocop-hq/rubocop: v1.57.0 → v1.59.0](rubocop/rubocop@v1.57.0...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/saltstack-formulas/mirrors-rst-lint: v1.3.2 → v1.4.0](saltstack-formulas/mirrors-rst-lint@v1.3.2...v1.4.0)
1 parent d4c5ee3 commit 628930a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626
stages: [commit-msg]
2727
additional_dependencies: ['@commitlint/config-conventional@17.1.0']
2828
- repo: https://github.com/rubocop-hq/rubocop
29-
rev: v1.57.0
29+
rev: v1.59.0
3030
hooks:
3131
- id: rubocop
3232
name: Check Ruby files with rubocop
@@ -39,7 +39,7 @@ repos:
3939
files: ^.*\.(sh|bash|ksh)$
4040
types: []
4141
- repo: https://github.com/adrienverge/yamllint
42-
rev: v1.32.0
42+
rev: v1.33.0
4343
hooks:
4444
- id: yamllint
4545
name: Check YAML syntax with yamllint
@@ -73,15 +73,15 @@ repos:
7373
- id: salt-lint
7474
name: Check Salt files using salt-lint
7575
files: ^.*\.(sls|jinja|j2|tmpl|tst)$
76-
- repo: https://github.com/myint/rstcheck
76+
- repo: https://github.com/rstcheck/rstcheck
7777
rev: v6.2.0
7878
hooks:
7979
- id: rstcheck
8080
name: Check reST files using rstcheck
8181
exclude: 'docs/CHANGELOG.rst'
8282
additional_dependencies: [sphinx==7.2.6]
8383
- repo: https://github.com/saltstack-formulas/mirrors-rst-lint
84-
rev: v1.3.2
84+
rev: v1.4.0
8585
hooks:
8686
- id: rst-lint
8787
name: Check reST files using rst-lint

0 commit comments

Comments
 (0)