restic-scheduler/.pre-commit-config.yaml
Ian Fijolek cff06cd1c6
Some checks reported errors
continuous-integration/drone/push Build was killed
Update linters and fumpt all files
2024-01-06 15:10:29 -08:00

20 lines
471 B
YAML

---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: check-added-large-files
- id: check-yaml
args:
- --allow-multiple-documents
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-merge-conflict
- repo: https://github.com/dnephin/pre-commit-golang
rev: v0.5.1
hooks:
- id: golangci-lint
args:
- --timeout=3m
- --verbose