From dad31052548131b1d8c26f0ac42ffcb5d7782e74 Mon Sep 17 00:00:00 2001 From: Qiao Longfei Date: Sat, 13 Jan 2018 16:45:52 +0800 Subject: [PATCH] rm big file check in pre commit for macos (#119) --- .pre-commit-config.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e6809c90..7cfe3b54 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,9 +23,3 @@ entry: bash ./.clang_format.hook -i language: system files: \.(c|cc|cxx|cpp|cu|h|hpp|hxx|proto)$ - -- repo: git://github.com/guykisel/pre-commit-reject-large-files - sha: da21f6dac1aa20aa53598b145c5c0013cdd40d65 - hooks: - - id: reject-large-files - args: [--max-filesize=1000000] -- GitLab