From a42a26bef3110ed9ef6057a25d4746641ba00717 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Wed, 31 Dec 2014 12:24:22 -0800 Subject: [PATCH] Add check-added-large-files to the hooks we use --- .pre-commit-config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7156353..d3593f9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,11 +1,12 @@ - repo: git@github.com:pre-commit/pre-commit-hooks - sha: 6343700aa063fe30acc319d2dc84353a35a3d6d0 + sha: e0a6e66528c8335599408cbefe7ebf9e7e15ccb3 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: autopep8-wrapper args: ['-i', '--ignore=E265,E309,E501'] - id: check-json + - id: check-added-large-files - id: check-yaml - id: debug-statements - id: name-tests-test