From c1cc2c1704d8386dd9cc7a3b9dbaef99482bdc6a Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Thu, 28 Apr 2022 19:56:37 +0200
Subject: [PATCH] pre-commit autoupdate.

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

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index e154303..7401498 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: v3.4.0
+    rev: v4.2.0
     hooks:
       - id: check-executables-have-shebangs
       - id: check-merge-conflict
@@ -10,13 +10,13 @@ repos:
       - id: trailing-whitespace
 
   - repo: https://github.com/Yelp/detect-secrets
-    rev: v0.14.3
+    rev: v1.2.0
     hooks:
       - id: detect-secrets
         exclude: Pipfile\.lock|\.rst$
 
   - repo: https://github.com/adrienverge/yamllint
-    rev: v1.25.0
+    rev: v1.26.3
     hooks:
       - id: yamllint
 
@@ -28,7 +28,7 @@ repos:
         exclude: LICENSE
 
   - repo: https://github.com/ambv/black
-    rev: 20.8b1
+    rev: 22.3.0
     hooks:
       - id: black
         args:
@@ -42,12 +42,12 @@ repos:
         args: [--allow-raw]
 
   - repo: https://github.com/myint/rstcheck.git
-    rev: master
+    rev: v5.0.0
     hooks:
       - id: rstcheck
 
   - repo: https://github.com/PyCQA/prospector
-    rev: 1.3.1
+    rev: 1.7.7
     hooks:
       - id: prospector
         args:
@@ -74,7 +74,7 @@ repos:
           - pyroma
 
   - repo: https://gitlab.com/pycqa/flake8.git
-    rev: 3.8.4
+    rev: 3.9.2
     hooks:
       - id: flake8
         args:
@@ -84,7 +84,7 @@ repos:
           - flake8-bugbear
 
   - repo: https://github.com/executablebooks/mdformat.git
-    rev: 0.7.9
+    rev: 0.7.14
     hooks:
       - id: mdformat
 
-- 
GitLab