Skip to content

Commit

Permalink
ci: exclude data models yamls from prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Jan 5, 2024
1 parent fb8648f commit 6b7da39
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,13 @@ repos:
rev: v3.1.0
hooks:
- id: prettier
args: [--ignore-unknown, --no-error-on-unmatched-pattern, "!chart/**"]
args:
[
--ignore-unknown,
--no-error-on-unmatched-pattern,
"!osm_fieldwork/data_models/**",
"!osm_fieldwork/xlsforms/**",
]

# Lint: Markdown
- repo: https://github.com/igorshubovych/markdownlint-cli
Expand Down

0 comments on commit 6b7da39

Please sign in to comment.