From b9d4461f45eb110d73261b8376c32e967c7fed03 Mon Sep 17 00:00:00 2001 From: Jeffrey 'jf' Lim Date: Wed, 11 May 2022 22:13:03 +0800 Subject: [PATCH] improve description for end-of-file-fixer --- .pre-commit-hooks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 9e835d5..96c9fa9 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -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]