From e750b7919fef9c4f314e1a561611bf4b907897aa Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Mon, 6 Dec 2021 00:25:13 +0200
Subject: [PATCH] Update prospector pre-commit hook.

For an issue with pylint in that version.
---
 .pre-commit-config.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 41dc9a9..a4ffec6 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -57,7 +57,7 @@ repos:
               --line-length=79
 
   - repo: https://github.com/PyCQA/prospector.git
-    rev: 1.5.1b0
+    rev: 1.5.3
     hooks:
       - id: prospector
         args:
-- 
GitLab