Skip to content

Commit

Permalink
chore(deps): update pre-commit [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
IK Renovate Bot committed Apr 27, 2024
1 parent 38cb253 commit bb0f2d2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: check-added-large-files
args: ['--maxkb=500']
Expand Down Expand Up @@ -43,11 +43,11 @@ repos:
hooks:
- id: check-useless-excludes
- repo: https://github.com/gruntwork-io/pre-commit
rev: v0.1.20
rev: v0.1.23
hooks:
- id: shellcheck
- repo: https://github.com/markdownlint/markdownlint
rev: v0.12.0
rev: v0.13.0
hooks:
- id: markdownlint
name: Markdownlint
Expand All @@ -56,7 +56,7 @@ repos:
language: ruby
files: \.(md|mdown|markdown)$
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.30.0
rev: v1.35.1
hooks:
- id: yamllint
files: \.(yaml|yml)$
Expand All @@ -67,7 +67,7 @@ repos:
^.github/
)
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v9.5.0
rev: v9.16.0
hooks:
- id: commitlint
stages: [commit-msg]
Expand Down

0 comments on commit bb0f2d2

Please sign in to comment.