Remove some hooks included in golangci-lint and upgrade existing
continuous-integration/drone/push Build is passing Details

This commit is contained in:
IamTheFij 2022-06-07 21:39:18 -07:00
parent bc83a51907
commit 88e94642d9
1 changed files with 3 additions and 8 deletions

View File

@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.3.0
hooks:
- id: check-added-large-files
- id: check-yaml
@ -11,15 +11,10 @@ repos:
- id: end-of-file-fixer
- id: check-merge-conflict
- repo: https://github.com/golangci/golangci-lint
rev: v1.42.1
rev: v1.46.2
hooks:
- id: golangci-lint
- repo: https://github.com/dnephin/pre-commit-golang
rev: v0.4.0
hooks:
- id: go-fmt
- id: go-imports
- repo: https://github.com/hadolint/hadolint
rev: v2.4.0
rev: v2.10.0
hooks:
- id: hadolint