From 2519d3a655c3656fd252e5fa49a6e94b27c9ccbd Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sat, 7 Jun 2014 14:46:58 -0700 Subject: [PATCH] Update pre-commit config for new version. --- .pre-commit-config.yaml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f84b5d8..5887105 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,24 +1,14 @@ - repo: git@github.com:pre-commit/pre-commit-hooks - sha: 59f23b7c556ce1cf66eb6dc574e10d2b4274be4b + sha: 7c003425b35fff516c0ee88f4040c8c208d474bd hooks: - id: trailing-whitespace - files: \.(js|rb|md|py|sh|txt|yaml|yml)$ - id: end-of-file-fixer - files: \.(js|rb|md|py|sh|txt|yaml|yml)$ - id: check-yaml - files: \.(yaml|yml)$ - id: debug-statements - files: \.py$ - id: name-tests-test - files: tests/.+\.py$ - id: flake8 - files: \.py$ - args: - - --max-line-length=131 - repo: git@github.com:pre-commit/pre-commit - sha: c7cfed699245191e6b0d43d3890fd582157e3919 + sha: 96174deac671b451ee2a3fbdc647ad9606415e15 hooks: - id: validate_config - files: ^\.pre-commit-config.yaml$ - id: validate_manifest - files: ^hooks.yaml$