From 0aef06f8a624e0caf516a186f5ed92f9dc7e5fff Mon Sep 17 00:00:00 2001 From: Jean-Christophe Fillion-Robin Date: Mon, 19 Aug 2024 10:30:04 -0400 Subject: [PATCH] ENH: Update pre-commit settings adding "end-of-file-fixer" See https://github.com/pre-commit/pre-commit-hooks#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 64ccf052..4cf672f7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,6 +9,7 @@ repos: - id: check-toml - id: check-yaml - id: debug-statements + - id: end-of-file-fixer - id: mixed-line-ending - id: trailing-whitespace