From 44c02b85d63209648439a9d98adbf936cb667c77 Mon Sep 17 00:00:00 2001 From: Konstantinos Koukopoulos Date: Thu, 21 Apr 2016 12:33:11 +0300 Subject: [PATCH] enable prospector in hooks.yaml --- hooks.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hooks.yaml b/hooks.yaml index 08f01c5..79aa11c 100644 --- a/hooks.yaml +++ b/hooks.yaml @@ -129,6 +129,12 @@ entry: pyflakes language: python files: \.py$ +- id: prospector + name: Prospector + description: This hook runs prospector. + entry: prospector + language: python + files: \.py$ - id: requirements-txt-fixer name: Fix requirements.txt description: Sorts entries in requirements.txt