From 2e8c7fe8301d1f53ac1947ad74a6f15d5063de31 Mon Sep 17 00:00:00 2001
From: Varac <varac@varac.net>
Date: Sun, 14 Feb 2021 20:00:52 +0100
Subject: [PATCH] Add .pre-commit-config.yaml

---
 .pre-commit-config.yaml | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 .pre-commit-config.yaml

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
new file mode 100644
index 0000000..71c4c38
--- /dev/null
+++ b/.pre-commit-config.yaml
@@ -0,0 +1,10 @@
+repos:
+- repo: https://github.com/pre-commit/pre-commit-hooks
+  rev: v3.4.0
+  hooks:
+  - id: check-yaml
+    args: [--allow-multiple-documents]
+- repo: https://github.com/gruntwork-io/pre-commit
+  rev: v0.1.12
+  hooks:
+  - id: helmlint
-- 
GitLab