mirror of
https://github.com/anoma/juvix.git
synced 2024-12-01 00:04:58 +03:00
8915177111
Regular update
24 lines
629 B
YAML
24 lines
629 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.4.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: v0.2.9
|
|
hooks:
|
|
- id: ormolu
|