From 90b6266784bc07ed7af690da46b7112d63cf2f57 Mon Sep 17 00:00:00 2001 From: alya Date: Fri, 13 Dec 2024 15:42:47 +0200 Subject: [PATCH] add yamllint for linting slips.yaml to pre commit hooks --- .pre-commit-config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e5d13869f..52f513cc1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,3 +37,9 @@ repos: language_version: python3.12.3 # excludes formatting slips_files/common/imports.py exclude: imports + +- repo: https://github.com/adrienverge/yamllint.git + rev: v1.31.0 + hooks: + - id: yamllint + files: "slips.yaml"