Skip to content

Commit 2ac42fd

Browse files
chore(deps): update pre-commit non-major hooks
1 parent b501286 commit 2ac42fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.75.7
29+
rev: v1.75.8
3030
hooks:
3131
- id: rubocop
3232
name: Check Ruby files with rubocop
@@ -76,7 +76,7 @@ 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.4
79+
rev: v6.2.5
8080
hooks:
8181
- id: rstcheck
8282
name: Check reST files using rstcheck
@@ -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.32.7
99+
rev: 40.36.8
100100
hooks:
101101
- id: renovate-config-validator
102102
name: Check Renovate config with renovate-config-validator

0 commit comments

Comments
 (0)