Skip to content

Commit 0424e6c

Browse files
author
IK Renovate Bot
committed
chore(deps): update pre-commit [skip ci]
1 parent de9a8aa commit 0424e6c

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
@@ -50,7 +50,7 @@ repos:
5050
hooks:
5151
- id: check-useless-excludes
5252
- repo: https://github.com/gruntwork-io/pre-commit
53-
rev: v0.1.25 # Get the latest from: https://github.com/gruntwork-io/pre-commit/releases
53+
rev: v0.1.29 # Get the latest from: https://github.com/gruntwork-io/pre-commit/releases
5454
hooks:
5555
- id: shellcheck
5656
- repo: https://github.com/ambv/black
@@ -68,14 +68,14 @@ repos:
6868
language: ruby
6969
files: \.(md|mdown|markdown)$
7070
- repo: https://github.com/adrienverge/yamllint.git
71-
rev: v1.35.1
71+
rev: v1.37.0
7272
hooks:
7373
- id: yamllint
7474
files: \.(yaml|yml)$
7575
types: [file, yaml]
7676
entry: 'yamllint --strict'
7777
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
78-
rev: v9.20.0
78+
rev: v9.22.0
7979
hooks:
8080
- id: commitlint
8181
stages: [commit-msg]

0 commit comments

Comments
 (0)