Skip to content

Commit

Permalink
ci: Updated pre-commit plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
memes committed Jun 7, 2024
1 parent c5ce742 commit 09de331
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
Expand Up @@ -11,24 +11,24 @@ repos:
exclude: kitchen\.ya?ml$
entry: yamllint --strict
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.88.4
rev: v1.90.0
hooks:
- id: terraform_fmt
- id: terraform_docs
args:
- '--args=--sort-by=required --hide=providers'
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v3.1.0
rev: v3.2.0
hooks:
- id: conventional-pre-commit
stages:
- commit-msg
- repo: https://github.com/mattlqx/pre-commit-ruby
rev: v1.3.5
rev: v1.3.6
hooks:
- id: rubocop
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-executables-have-shebangs
- id: check-merge-conflict
Expand Down

0 comments on commit 09de331

Please sign in to comment.