Skip to content

Commit 585a2bd

Browse files
author
IK Renovate Bot
committed
chore(deps): update pre-commit [skip ci]
1 parent 38cb253 commit 585a2bd

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
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.4.0
4+
rev: v4.6.0
55
hooks:
66
- id: check-added-large-files
77
args: ['--maxkb=500']
@@ -43,11 +43,11 @@ repos:
4343
hooks:
4444
- id: check-useless-excludes
4545
- repo: https://github.com/gruntwork-io/pre-commit
46-
rev: v0.1.20
46+
rev: v0.1.26
4747
hooks:
4848
- id: shellcheck
4949
- repo: https://github.com/markdownlint/markdownlint
50-
rev: v0.12.0
50+
rev: v0.13.0
5151
hooks:
5252
- id: markdownlint
5353
name: Markdownlint
@@ -56,7 +56,7 @@ repos:
5656
language: ruby
5757
files: \.(md|mdown|markdown)$
5858
- repo: https://github.com/adrienverge/yamllint.git
59-
rev: v1.30.0
59+
rev: v1.35.1
6060
hooks:
6161
- id: yamllint
6262
files: \.(yaml|yml)$
@@ -67,7 +67,7 @@ repos:
6767
^.github/
6868
)
6969
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
70-
rev: v9.5.0
70+
rev: v9.21.0
7171
hooks:
7272
- id: commitlint
7373
stages: [commit-msg]

0 commit comments

Comments
 (0)