chore: added pre-commit hooks file

This commit is contained in:
DavidMazarro 2024-11-12 14:16:52 +01:00
parent 745b439758
commit fa5d3fe755
No known key found for this signature in database
GPG Key ID: 5B490A04990FAAB7

8
.pre-commit-config.yaml Normal file
View File

@ -0,0 +1,8 @@
- 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$'