Don't run check-executables-have-shebangs and trailing-whitespace-fixer hooks for the commit-msg stage

This commit is contained in:
Iulian Onofrei 2019-02-02 10:38:39 +02:00 committed by GitHub
parent 63cc3414e9
commit 93e3a4f3ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,6 +45,7 @@
entry: check-executables-have-shebangs
language: python
types: [text, executable]
stages: [commit, push, manual]
- id: check-json
name: Check JSON
description: This hook checks json files for parseable syntax.
@ -184,3 +185,4 @@
entry: trailing-whitespace-fixer
language: python
types: [text]
stages: [commit, push, manual]