haplotyper-battle-royale/.pre-commit-config.yaml
Thomas A. Christensen II a5e2528781
chore: Add pre-commit config
In order to use nf-validation infrastructure, we have to have pre-commit
hooks installed, so add some basic hooks
2023-10-18 21:11:55 -05:00

5 lines
114 B
YAML

repos:
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v2.7.1"
hooks:
- id: prettier