From b009e6a2614b10d65907944b6a19b4b20bc0ece9 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Thu, 16 Sep 2021 22:42:07 +0300
Subject: [PATCH] Remove proselint.

It checks code blocks and there's not a lot I can do to fix those.
---
 .pre-commit-config.yaml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 3cc32c8..6d7fbfe 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -19,13 +19,6 @@ repos:
     hooks:
       - id: yamllint
 
-  - repo: https://github.com/amperser/proselint/
-    rev: 0.10.2
-    hooks:
-      - id: proselint
-        types: [plain-text]
-        exclude: LICENSE
-
   - repo: https://github.com/executablebooks/mdformat.git
     rev: 0.7.9
     hooks:
-- 
GitLab