From a37387fc2c3514bc4bd5335fd670dcdfd51f81fd Mon Sep 17 00:00:00 2001 From: Max Gautier Date: Tue, 17 Jan 2023 11:10:29 +0100 Subject: [PATCH] Add pre-commit hooks using adviser --- .pre-commit-config.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a884509bc9d..82f47cd02f5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,3 +17,8 @@ repos: hooks: - id: yamllint args: [-c=.yamllint] + +- repo: https://github.com/VannTen/adviser.git + rev: 6032202bf8b84bd24207091fcd8ba83ac3534d3f + hooks: + - id: validate-prescriptions