From d8ddba82dd0bca2d5913e806369b796d5d8de3e0 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Fri, 31 Mar 2023 22:36:20 +0300
Subject: [PATCH] pre-commit: Update hooks.

---
 .pre-commit-config.yaml | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 23fadb9..a9fb87a 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,7 +1,7 @@
 ---
 repos:
   - repo: https://github.com/pre-commit/pre-commit-hooks
-    rev: v4.0.1
+    rev: v4.4.0
     hooks:
       - id: check-executables-have-shebangs
       - id: check-merge-conflict
@@ -20,25 +20,25 @@ repos:
       - id: yamltool
 
   - repo: https://github.com/adrienverge/yamllint
-    rev: v1.26.3
+    rev: v1.29.0
     hooks:
       - id: yamllint
 
   - repo: https://github.com/amperser/proselint/
-    rev: 0.12.0
+    rev: 0.13.0
     hooks:
       - id: proselint
         types: [plain-text]
         exclude: LICENSE
 
   - repo: https://github.com/PyCQA/isort
-    rev: 5.10.1
+    rev: 5.12.0
     hooks:
       - id: isort
         args: ["--filter-files", "--profile", "black"]
 
   - repo: https://github.com/ambv/black
-    rev: 22.6.0
+    rev: 23.1.0
     hooks:
       - id: black
         exclude: &excluded_pythonscripts pythonrc.py|rabbitmqadmin
@@ -47,7 +47,7 @@ repos:
             --line-length=79
 
   - repo: https://github.com/PyCQA/prospector
-    rev: 1.6.0
+    rev: v1.8.4
     hooks:
       - id: prospector
         exclude: *excluded_pythonscripts
@@ -75,7 +75,7 @@ repos:
           - pyroma
 
   - repo: https://github.com/pycqa/flake8.git
-    rev: 3.9.2
+    rev: 6.0.0
     hooks:
       - id: flake8
         exclude: *excluded_pythonscripts
@@ -86,13 +86,13 @@ repos:
           - flake8-bugbear
 
   - repo: https://github.com/Yelp/detect-secrets.git
-    rev: v1.1.0
+    rev: v1.4.0
     hooks:
       - id: detect-secrets
         exclude: rabbitmqadmin|\.config/git/config|Pipfile\.lock|npmrc
 
   - repo: https://git.shore.co.il/nimrod/pre-commit-hooks.git
-    rev: v0.2.0
+    rev: v0.3.0
     hooks:
       - id: shell-validate
         exclude: &excluded_shellscripts |-
@@ -102,7 +102,7 @@ repos:
         types: [text]
 
   - repo: https://github.com/shellcheck-py/shellcheck-py.git
-    rev: v0.7.2.1
+    rev: v0.9.0.2
     hooks:
       - id: shellcheck
         exclude: *excluded_shellscripts
@@ -111,12 +111,12 @@ repos:
         types: [text]
 
   - repo: https://github.com/executablebooks/mdformat.git
-    rev: 0.7.9
+    rev: 0.7.16
     hooks:
       - id: mdformat
 
   - repo: https://gitlab.com/devopshq/gitlab-ci-linter
-    rev: v1.0.2
+    rev: v1.0.3
     hooks:
       - id: gitlab-ci-linter
         args:
@@ -124,7 +124,7 @@ repos:
           - https://git.shore.co.il
 
   - repo: https://github.com/codespell-project/codespell.git
-    rev: v2.1.0
+    rev: v2.2.2
     hooks:
       - id: codespell
         exclude: \.local/share/applications/.*\.desktop
-- 
GitLab