browser-ruler/.pre-commit-config.yaml

16 lines
376 B
YAML
Raw Permalink Normal View History

2022-01-28 17:42:12 +00:00
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
hooks:
- id: check-added-large-files
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-merge-conflict
2022-04-06 05:04:06 +00:00
- repo: https://github.com/dnephin/pre-commit-golang
2022-01-28 17:42:12 +00:00
rev: v0.4.0
hooks:
- id: go-fmt
- id: go-imports
- id: golangci-lint