Skip to content

Commit de9a8aa

Browse files
Merge pull request #90 from ik-workshop/renovate/master-pre-commit
chore(deps): update pre-commit [skip ci] (master)
2 parents 1e33093 + 1a7417e commit de9a8aa

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
@@ -7,7 +7,7 @@ exclude: |
77
)
88
repos:
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v4.5.0
10+
rev: v4.6.0
1111
hooks:
1212
- id: check-added-large-files
1313
args: ['--maxkb=500']
@@ -50,11 +50,11 @@ repos:
5050
hooks:
5151
- id: check-useless-excludes
5252
- repo: https://github.com/gruntwork-io/pre-commit
53-
rev: v0.1.23 # Get the latest from: https://github.com/gruntwork-io/pre-commit/releases
53+
rev: v0.1.25 # Get the latest from: https://github.com/gruntwork-io/pre-commit/releases
5454
hooks:
5555
- id: shellcheck
5656
- repo: https://github.com/ambv/black
57-
rev: 24.3.0
57+
rev: 24.10.0
5858
hooks:
5959
- id: black
6060
language_version: python3.8
@@ -75,7 +75,7 @@ repos:
7575
types: [file, yaml]
7676
entry: 'yamllint --strict'
7777
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
78-
rev: v9.13.0
78+
rev: v9.20.0
7979
hooks:
8080
- id: commitlint
8181
stages: [commit-msg]

0 commit comments

Comments
 (0)