Skip to content

Commit 49ef7aa

Browse files
authored
Merge pull request #20823 from mvdbeek/precommit_config_ignore_json_yaml
2 parents 543de69 + a2d11ce commit 49ef7aa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.pre-commit-config.yaml.sample

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ repos:
1313
- id: prettier
1414
additional_dependencies:
1515
- [email protected] # SEE: https://github.com/pre-commit/pre-commit/issues/3133
16+
exclude_types: # .prettierignore ignored apparently ...
17+
- yaml
18+
- json
1619
- repo: https://github.com/pre-commit/pre-commit-hooks
1720
rev: v4.5.0 # Use the ref you want to point at
1821
hooks:

0 commit comments

Comments
 (0)