mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-10 13:24:18 +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]
|
types: [python]
|
||||||
- id: end-of-file-fixer
|
- id: end-of-file-fixer
|
||||||
name: fix end of files
|
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
|
entry: end-of-file-fixer
|
||||||
language: python
|
language: python
|
||||||
types: [text]
|
types: [text]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue