Skip to content

Commit

Permalink
Add pre-commit hooks using adviser
Browse files Browse the repository at this point in the history
Once we have a proper release of adviser we'll use that
  • Loading branch information
VannTen committed Feb 3, 2023
1 parent 495ab4d commit 4d5c139
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,10 @@ repos:
hooks:
- id: yamllint
args: [-c=.yamllint]

- repo: https://github.com/thoth-station/adviser.git
rev: 0669b0ea595e9eb59998efb11a236d3039dacdf8
hooks:
- id: validate-prescriptions
files: prescriptions/
exclude: prescriptions/_prescription_metadata.yaml

0 comments on commit 4d5c139

Please sign in to comment.