restic-scheduler/.pre-commit-config.yaml

20 lines
471 B
YAML
Raw Permalink Normal View History

2022-02-18 22:36:19 +00:00
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
2022-02-18 22:36:19 +00:00
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
2022-04-06 05:04:52 +00:00
- repo: https://github.com/dnephin/pre-commit-golang
rev: v0.5.1
2022-02-18 22:36:19 +00:00
hooks:
- id: golangci-lint
2022-11-10 21:24:48 +00:00
args:
- --timeout=3m
- --verbose