Update pre-commit hooks
continuous-integration/drone/push Build is failing Details

This commit is contained in:
IamTheFij 2021-05-13 13:52:41 -07:00
parent 15625a05fb
commit 4e8a9cf929
1 changed files with 6 additions and 3 deletions

View File

@ -1,14 +1,14 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.4.0
rev: v3.4.0
hooks:
- id: check-added-large-files
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-merge-conflict
- repo: git://github.com/dnephin/pre-commit-golang
rev: v0.3.5
rev: v0.4.0
hooks:
- id: go-fmt
- id: go-imports
@ -17,4 +17,7 @@ repos:
rev: v2.0.0
hooks:
- id: docker-compose-check
- id: hadolint-system
- repo: https://github.com/hadolint/hadolint
rev: v2.4.0
hooks:
- id: hadolint