From 276ce34ae9a5fb36162c56229fcbdf078169c414 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Mon, 4 Jun 2018 10:06:36 +1000 Subject: [PATCH] Upgrade pre-commit hooks, enable the executable shebang check as well --- .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 6c9041f..33eb734 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,10 +1,11 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v1.2.3 + rev: v1.3.0 hooks: - id: autopep8-wrapper - id: check-byte-order-marker - id: check-case-conflict + - id: check-executables-have-shebangs - id: check-json - id: check-merge-conflict - id: check-yaml