hapistrano/.pre-commit-config.yaml
2024-11-12 14:16:52 +01:00

9 lines
217 B
YAML

- repo: local
hooks:
- id: hlint
name: hlint
description: HLint gives suggestions on how to improve your source code.
entry: hlint
language: system
files: '\.l?hs$'