From aa641bd3320afc725ca0f5ab7424b70629bd4d4e Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 29 Apr 2023 01:36:17 +0300
Subject: [PATCH] pre-commit: Bump and ignore doc checks for now.

---
 .pre-commit-config.yaml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 8b9135d..725f6e4 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -76,7 +76,7 @@ repos:
               --line-length=79
 
   - repo: https://github.com/PyCQA/prospector.git
-    rev: 1.7.7
+    rev: v1.9.0
     hooks:
       - id: prospector
         args:
@@ -88,8 +88,6 @@ repos:
             --with-tool=bandit
           - |-
             --without-tool=pep257
-          - |-
-            --doc-warnings
           - |-
             --test-warnings
           - |-
@@ -98,6 +96,7 @@ repos:
             --strictness=high
           - |-
             --no-autodetect
+          - "-X"
         additional_dependencies:
           - bandit
           - pyroma
-- 
GitLab