mirror of https://github.com/go-co-op/gocron.git
25 lines
681 B
YAML
25 lines
681 B
YAML
# See https://pre-commit.com for more information
|
|
# See https://pre-commit.com/hooks.html for more hooks
|
|
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v5.0.0
|
|
hooks:
|
|
- id: check-added-large-files
|
|
- id: check-case-conflict
|
|
- id: check-merge-conflict
|
|
- id: check-yaml
|
|
- id: detect-private-key
|
|
- id: end-of-file-fixer
|
|
- id: trailing-whitespace
|
|
- repo: https://github.com/golangci/golangci-lint
|
|
rev: v2.4.0
|
|
hooks:
|
|
- id: golangci-lint
|
|
- repo: https://github.com/TekWizely/pre-commit-golang
|
|
rev: v1.0.0-rc.1
|
|
hooks:
|
|
- id: go-fumpt
|
|
args:
|
|
- -w
|
|
- id: go-mod-tidy
|