1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-11 08:25:46 +03:00
juvix/.pre-commit-hooks.yaml

12 lines
225 B
YAML
Raw Normal View History

2022-04-04 18:44:08 +03:00
- id: hlint
name: hlint
description: Run Hlint linter
entry: make hlint
language: system
- id: ormolu
name: ormolu
description: Run Ormolu linter
entry: make check-ormolu
2022-04-04 18:44:08 +03:00
language: system