Skip to content

Commit a44597a

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 570c44b commit a44597a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.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/[email protected]']
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
@@ -41,7 +41,7 @@ repos:
4141
files: ^.*\.(sh|bash|ksh)$
4242
types: []
4343
- repo: https://github.com/adrienverge/yamllint
44-
rev: v1.32.0
44+
rev: v1.33.0
4545
hooks:
4646
- id: yamllint
4747
name: Check YAML syntax with yamllint
@@ -78,15 +78,15 @@ repos:
7878
- id: salt-lint
7979
name: Check Salt files using salt-lint
8080
files: ^.*\.(sls|jinja|j2|tmpl|tst)$
81-
- repo: https://github.com/myint/rstcheck
81+
- repo: https://github.com/rstcheck/rstcheck
8282
rev: v6.2.0
8383
hooks:
8484
- id: rstcheck
8585
name: Check reST files using rstcheck
8686
exclude: 'docs/CHANGELOG.rst'
8787
additional_dependencies: [sphinx==7.2.6]
8888
- repo: https://github.com/saltstack-formulas/mirrors-rst-lint
89-
rev: v1.3.2
89+
rev: v1.4.0
9090
hooks:
9191
- id: rst-lint
9292
name: Check reST files using rst-lint

0 commit comments

Comments
 (0)