Skip to content

Commit

Permalink
MNT: Add precommit for yamllint (#1795)
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies authored Apr 18, 2024
1 parent 53eafda commit e21aa37
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ repos:
- id: prettier
entry: env PRETTIER_LEGACY_CLI=1 prettier # temporary fix for https://github.com/prettier/prettier/issues/15742
files: src/schema/.*/.*\.yaml
- repo: https://github.com/adrienverge/yamllint
rev: v1.35.1
hooks:
- id: yamllint
args: [-f=standard, -c=.yamllint.yml]
files: src/schema/.*/.*\.yaml
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
hooks:
Expand Down

0 comments on commit e21aa37

Please sign in to comment.