mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-31 02:36:52 +00:00
improve description for end-of-file-fixer
This commit is contained in:
parent
974bb4de56
commit
b9d4461f45
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@
|
|||
types: [python]
|
||||
- id: end-of-file-fixer
|
||||
name: fix end of files
|
||||
description: ensures that a file is either empty, or ends with one newline.
|
||||
description: ensures that a file is either empty, or ends with one (and only one) newline.
|
||||
entry: end-of-file-fixer
|
||||
language: python
|
||||
types: [text]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue