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 10, 2024
1 parent 27d2709 commit 07a3905
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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 @@ -42,7 +42,7 @@ 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/ambv/black
Expand All @@ -55,14 +55,14 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.30.0
rev: v1.35.1
hooks:
- id: yamllint
files: \.(yaml|yml)$
types: [file, yaml]
entry: 'yamllint --strict'
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v9.11.0
rev: v9.14.0
hooks:
- id: commitlint
stages: [commit-msg]
Expand Down

0 comments on commit 07a3905

Please sign in to comment.