From 3cdf87820ed1f7800399e702840344f8e86cd3a9 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 22 Jun 2019 18:24:44 +0300
Subject: [PATCH] Added proselint pre-commit check.

---
 .pre-commit-config.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 07f5b00..4e843bf 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -55,3 +55,9 @@ repos:
     rev: 1.6.1
     hooks:
       - id: bandit
+  - repo: https://github.com/amperser/proselint/
+    rev: 0.10.2
+    hooks:
+      - id: proselint
+        types: [plain-text]
+        exclude: LICENSE|requirements
-- 
GitLab