Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ repos:
hooks:
- id: check-useless-excludes
- repo: https://github.com/gruntwork-io/pre-commit
rev: v0.1.25 # Get the latest from: https://github.com/gruntwork-io/pre-commit/releases
rev: v0.1.29 # Get the latest from: https://github.com/gruntwork-io/pre-commit/releases
hooks:
- id: shellcheck
- repo: https://github.com/ambv/black
Expand All @@ -68,14 +68,14 @@ repos:
language: ruby
files: \.(md|mdown|markdown)$
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.35.1
rev: v1.37.1
hooks:
- id: yamllint
files: \.(yaml|yml)$
types: [file, yaml]
entry: 'yamllint --strict'
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v9.20.0
rev: v9.22.0
hooks:
- id: commitlint
stages: [commit-msg]
Expand Down