alfred-yubico-auth/.pre-commit-config.yaml

14 lines
332 B
YAML
Raw Permalink Normal View History

2020-12-10 16:42:50 +00:00
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
2023-04-04 15:58:58 +00:00
rev: v4.4.0
2017-08-07 17:27:29 +00:00
hooks:
2020-12-10 16:42:50 +00:00
- id: check-added-large-files
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-merge-conflict
2023-04-04 15:58:58 +00:00
- repo: https://github.com/golangci/golangci-lint
rev: v1.52.2
2017-08-07 17:27:29 +00:00
hooks:
2023-04-04 15:58:58 +00:00
- id: golangci-lint