build: pre-commit yaml lint
Some checks failed
/ sast (push) Has been cancelled

This commit is contained in:
Marc 2024-09-29 13:56:07 -04:00
parent 2f427676c5
commit bd42ebc4bd
Signed by: marc
GPG key ID: 048E042F22B5DC79
3 changed files with 9 additions and 8 deletions

6
.pre-commit-config.yaml Normal file
View file

@ -0,0 +1,6 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
- id: check-yaml

View file

@ -1,8 +0,0 @@
---
extends: default
rules:
line-length:
max: 120
level: warning

3
bootstrap.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/bash
pipx run pre-commit install