Skip to content

Commit d3e80f9

Browse files
authored
Merge pull request #285 from saltstack-formulas/renovate/pre-commit-hook-minorpatch
chore(deps): update pre-commit hook minor/patch
2 parents 23500a4 + b27d669 commit d3e80f9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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.75.5
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.37.1
4343
hooks:
4444
- id: yamllint
4545
name: Check YAML syntax with yamllint
@@ -76,14 +76,14 @@ repos:
7676
name: Check Salt files using salt-lint
7777
files: ^.*\.(sls|jinja|j2|tmpl|tst)$
7878
- repo: https://github.com/rstcheck/rstcheck
79-
rev: v6.2.0
79+
rev: v6.2.4
8080
hooks:
8181
- id: rstcheck
8282
name: Check reST files using rstcheck
8383
exclude: 'docs/CHANGELOG.rst'
8484
additional_dependencies: [sphinx==7.2.6]
8585
- repo: https://github.com/saltstack-formulas/mirrors-rst-lint
86-
rev: v1.3.2
86+
rev: v1.4.0
8787
hooks:
8888
- id: rst-lint
8989
name: Check reST files using rst-lint
@@ -96,7 +96,7 @@ repos:
9696
)$
9797
additional_dependencies: [pygments==2.16.1]
9898
- repo: https://github.com/renovatebot/pre-commit-hooks
99-
rev: 40.5.0
99+
rev: 40.10.4
100100
hooks:
101101
- id: renovate-config-validator
102102
name: Check Renovate config with renovate-config-validator

0 commit comments

Comments
 (0)