Skip to content

Commit

Permalink
Merge pull request #382 from datadrivers/ci/pre-commit-update
Browse files Browse the repository at this point in the history
ci: Update pre-commit modules
  • Loading branch information
anmoel committed Sep 21, 2023
2 parents 075483c + 550c62e commit efc5352
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,28 @@
repos:
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.72.2
rev: v1.83.3
hooks:
- id: terraform_fmt
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/dnephin/pre-commit-golang
rev: v0.5.0
rev: v0.5.1
hooks:
- id: go-fmt
- id: go-vet
exclude: ^(tools/.*)$
- id: go-imports
- id: go-mod-tidy
- repo: https://github.com/Bahjat/pre-commit-golang
rev: v1.0.3
hooks:
- id: go-static-check
- repo: https://github.com/commitizen-tools/commitizen
rev: v2.27.1
rev: v3.9.0
hooks:
- id: commitizen
stages: [commit-msg]
- id: commitizen-branch
stages: [push]

0 comments on commit efc5352

Please sign in to comment.