From 2854ce7427b3129d39726d49babf20208fc8dc46 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 21 Feb 2023 20:14:01 +0200 Subject: [PATCH] .pre-commit-config.yaml: add end of line fixing --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4830711..e7f824e 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/python-jsonschema/check-jsonschema