From 68aa6e77e1d3f37c5de77f7996fe663dcdb90314 Mon Sep 17 00:00:00 2001 From: Iulian Onofrei <6d0847b9@opayq.com> Date: Thu, 27 Sep 2018 20:44:09 +0300 Subject: [PATCH] Don't run end-of-file-fixer hook for the commit-msg stage --- .pre-commit-hooks.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 1f62b3d..4763337 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -176,6 +176,7 @@ types: [text] # for backward compatibility files: '' + stages: [commit, push, manual] minimum_pre_commit_version: 0.15.0 - id: file-contents-sorter name: File Contents Sorter