From dcd0a7c401362716eae923fec5244535860ffa49 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Thu, 3 Mar 2022 22:36:47 +0200
Subject: [PATCH] Update pre-commit hooks.

---
 .pre-commit-config.yaml | 29 +++++++++++++++++------------
 1 file changed, 17 insertions(+), 12 deletions(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index fd24219..ebe02f7 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -27,20 +27,25 @@ repos:
     hooks:
       - id: detect-secrets
 
+  - repo: https://github.com/amperser/proselint.git
+    rev: 0.10.2
+    hooks:
+      - id: proselint
+        types: [plain-text]
+        exclude: LICENSE|youtube-dl
+
   - repo: https://gitlab.com/devopshq/gitlab-ci-linter.git
-    rev: v1.0.4
+    rev: v1.0.2
     hooks:
       - id: gitlab-ci-linter
         args:
           - "--server"
           - https://git.shore.co.il
 
-  - repo: https://github.com/amperser/proselint.git
-    rev: 0.10.2
+  - repo: https://git.shore.co.il/nimrod/yamltool.git
+    rev: v0.1.2
     hooks:
-      - id: proselint
-        types: [plain-text]
-        exclude: LICENSE|youtube-dl
+      - id: yamltool
 
   - repo: https://github.com/adrienverge/yamllint.git
     rev: v1.26.3
@@ -52,17 +57,17 @@ repos:
     hooks:
       - id: mdformat
 
-  - repo: https://git.shore.co.il/nimrod/pre-commit-hooks.git
-    rev: v0.2.0
-    hooks:
-      - id: shell-validate
-
   - repo: https://github.com/shellcheck-py/shellcheck-py.git
     rev: v0.7.2.1
     hooks:
       - id: shellcheck
 
+  - repo: https://git.shore.co.il/nimrod/pre-commit-hooks.git
+    rev: v0.2.0
+    hooks:
+      - id: shell-validate
+
   - repo: https://github.com/AleksaC/hadolint-py.git
-    rev: v2.1.0
+    rev: v2.8.0
     hooks:
       - id: hadolint
-- 
GitLab