improve description for end-of-file-fixer

This commit is contained in:
Jeffrey 'jf' Lim 2022-05-11 22:13:03 +08:00
parent 974bb4de56
commit b9d4461f45
No known key found for this signature in database
GPG key ID: 490E7F256E67B497

View file

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