1
1
mirror of https://github.com/anoma/juvix.git synced 2024-09-20 13:07:20 +03:00
juvix/.pre-commit-hooks.yaml
2022-04-04 17:44:08 +02:00

12 lines
219 B
YAML

- id: hlint
name: hlint
description: Run Hlint linter
entry: make hlint
language: system
- id: ormolu
name: ormolu
description: Run Ormolu linter
entry: make format
language: system