From e5d0f2e6859f612b239e8f3db6f05107064fda5f Mon Sep 17 00:00:00 2001
From: janmax <mail-github@jmx.io>
Date: Tue, 14 Nov 2017 22:02:48 +0100
Subject: [PATCH] Works for me. Should resolve the issues mentioned in #47.

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

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index a4b2554d..8635fd94 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -3,6 +3,6 @@ repos:
     hooks:
     -   id: prospector
         name: prospector
-        entry: python -m prospector -u django 
-        language: system
-        types: [python]
+        entry: ./prospector.sh
+        language: python
+        files: \.py$
-- 
GitLab