From 76a62e744c8eff36849c43d064385a182cca9347 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Fri, 22 Aug 2014 11:04:55 -0700 Subject: [PATCH] Add autopep8-wrapper hook. --- .pre-commit-config.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9288d5e..f0f974d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,8 +1,10 @@ - repo: git@github.com:pre-commit/pre-commit-hooks - sha: 243fe50bc119bc5f72be76fc4e3de260ee6f64f1 + sha: 86b1c9da8e917a77c975b14666513d6bd45a3b03 hooks: - id: trailing-whitespace - id: end-of-file-fixer + - id: autopep8-wrapper + args: ['-i', '--ignore=E265,E309,E501', '-v'] - id: check-json - id: check-yaml - id: debug-statements