From 3bac9613e8b900a16f4a48d7750df214e9a835a5 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Fri, 22 Aug 2014 11:13:46 -0700 Subject: [PATCH] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f0f974d..9eda53c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,17 +1,20 @@ - repo: git@github.com:pre-commit/pre-commit-hooks - sha: 86b1c9da8e917a77c975b14666513d6bd45a3b03 + sha: 6343700aa063fe30acc319d2dc84353a35a3d6d0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: autopep8-wrapper - args: ['-i', '--ignore=E265,E309,E501', '-v'] + args: + - -i + - --ignore=E265,E309,E501 + - -v - id: check-json - id: check-yaml - id: debug-statements - id: name-tests-test - id: flake8 - repo: git@github.com:pre-commit/pre-commit - sha: 061ac8168235070e39d5458c55839517b6f97920 + sha: 3cac9489b3886f72b00f83d5128c2b22ea2fbcca hooks: - id: validate_config - id: validate_manifest