Skip to content

Commit 14d3b07

Browse files
Merge pull request #936 from cloudkats/renovate/master-pre-commit
chore(deps): update pre-commit [skip ci] (master)
2 parents 4780afc + 126a7d3 commit 14d3b07

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ repos:
3939
- id: check-useless-excludes
4040
- repo: https://github.com/gruntwork-io/pre-commit
4141
# Get the latest from: https://github.com/gruntwork-io/pre-commit/releases
42-
rev: v0.1.23
42+
rev: v0.1.28
4343
hooks:
4444
- id: shellcheck
4545
- repo: https://github.com/asottile/reorder_python_imports
46-
rev: v3.12.0
46+
rev: v3.14.0
4747
hooks:
4848
- id: reorder-python-imports
4949
language_version: python3
@@ -63,7 +63,7 @@ repos:
6363
language: ruby
6464
files: \.(md|mdown|markdown)$
6565
- repo: https://github.com/adrienverge/yamllint.git
66-
rev: v1.35.1
66+
rev: v1.37.0
6767
hooks:
6868
- id: yamllint
6969
files: \.(yaml|yml)$
@@ -76,7 +76,7 @@ repos:
7676
args: ['--title=### Table of Contents']
7777
descripiton: 'Generates table of contents for markdown files'
7878
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
79-
rev: v9.16.0
79+
rev: v9.22.0
8080
hooks:
8181
- id: commitlint
8282
stages: [commit-msg]

0 commit comments

Comments
 (0)