From 6c9a7e832a81a251f4c5eb7ecb0c2f22fb8346e3 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sat, 24 Feb 2018 09:39:32 -0800 Subject: [PATCH] v1.2.1-1 --- .pre-commit-config.yaml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 478dbf9..baf84ef 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - sha: v1.2.1 + sha: v1.2.1-1 hooks: - id: trailing-whitespace - id: end-of-file-fixer diff --git a/README.md b/README.md index f9d8a59..f1c42af 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ See also: https://github.com/pre-commit/pre-commit Add this to your `.pre-commit-config.yaml` - repo: git://github.com/pre-commit/pre-commit-hooks - sha: v1.2.1 # Use the ref you want to point at + sha: v1.2.1-1 # Use the ref you want to point at hooks: - id: trailing-whitespace # - id: ...