1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-02 23:43:01 +03:00
juvix/.pre-commit-config.yaml
Jonathan Cubides fc6a0bb001
Fix Changelog links and minors (#1371)
* Fix Changelog links and minors

* Use https for homepage link
2022-07-14 11:41:58 +02:00

25 lines
681 B
YAML

# $ pip install pre-commit
# $ pre-commit install
# $ pre-commit run --all-files
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
hooks:
- id: trailing-whitespace
exclude: tests/
- id: end-of-file-fixer
exclude: tests/|assets/
- id: check-yaml
- id: check-added-large-files
- id: check-case-conflict
- id: mixed-line-ending
exclude: tests/
- repo: https://github.com/anoma/juvix
rev: ea767ef2b4255cb2180ccf9628307f53fdd05ba0
hooks:
- id: ormolu
- id: hlint