mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 19:46:54 +00:00
Add mixed-line-ending hook declaration
This commit is contained in:
parent
19377889df
commit
560e1c2e1b
4 changed files with 18 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue