From bae66cc80eeb77eacd8b6eb9e796d5fe6974f6d8 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 21 Feb 2023 20:09:54 +0200 Subject: [PATCH] .pre-commit-config.yaml: enable end-of-file-fixer --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cc0d583a..7924e6c2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,6 +13,7 @@ repos: - id: check-shebang-scripts-are-executable - id: destroyed-symlinks - id: detect-private-key + - id: end-of-file-fixer - id: fix-byte-order-marker - repo: https://github.com/pre-commit/mirrors-prettier rev: "v3.0.0-alpha.4"