Add mixed-line-ending hook declaration

This commit is contained in:
Morgan Courbet 2017-07-10 22:06:48 +02:00
parent 19377889df
commit 560e1c2e1b
No known key found for this signature in database
GPG key ID: 467299D324A21B24
4 changed files with 18 additions and 0 deletions

View file

@ -123,6 +123,12 @@
entry: forbid-new-submodules
description: Prevent addition of new git submodules
files: ''
- id: mixed-line-ending
name: Mixed line ending
language: python
entry: mixed-line-ending
description: Replaces or checks mixed line ending
files: ''
- id: name-tests-test
name: Tests should end in _test.py
description: This verifies that test files are named correctly