From 1ba0eaded9b7d323420b20ff33ba18e00d7d76fe Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Tue, 7 Feb 2017 14:55:47 +0200 Subject: [PATCH] - Use my Python pre-commit hooks repo for piprot. --- .pre-commit-config.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a1fa490..13eb0f0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,12 +24,7 @@ files: tests/playbook.yml args: - tests/playbook.yml -- repo: local +- repo: https://github.com/adarnimrod/python-pre-commit.git + sha: v0.1.0 hooks: - id: piprot - name: piprot - description: Check up-to-date Python requirements - language: system - entry: piprot --outdated tests/requirements.txt - files: requirements.txt - always_run: true -- GitLab