From d760c794a6a50ea88cddef1552e7db91b1b7209c Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Wed, 7 Mar 2018 17:43:33 -0800 Subject: [PATCH] Normalize git urls in pre-commit config Improves cache performance Committed via https://github.com/asottile/all-repos --- .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 e4888a0b..b5da1b16 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ repos: -- repo: https://github.com/pre-commit/pre-commit-hooks.git +- repo: https://github.com/pre-commit/pre-commit-hooks sha: v0.9.1 hooks: - id: trailing-whitespace @@ -12,11 +12,11 @@ repos: - id: name-tests-test - id: requirements-txt-fixer - id: flake8 -- repo: https://github.com/pre-commit/pre-commit.git +- repo: https://github.com/pre-commit/pre-commit rev: v0.16.3 hooks: - id: validate_manifest -- repo: https://github.com/asottile/reorder_python_imports.git +- repo: https://github.com/asottile/reorder_python_imports rev: v0.3.5 hooks: - id: reorder-python-imports