Upgrade pre-commit hooks, enable the executable shebang check as well

This commit is contained in:
Danielle McLean 2018-06-04 10:06:36 +10:00
parent 5ce0af0731
commit 276ce34ae9
Signed by: 00dani
GPG Key ID: 8EB789DDF3ABD240
1 changed files with 2 additions and 1 deletions

View File

@ -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