From d7e2cb31dea28ccae2d63ee4e79e435fcb0d36d3 Mon Sep 17 00:00:00 2001 From: Sai-Suraj-27 Date: Thu, 21 Sep 2023 15:52:47 +0530 Subject: [PATCH] feat: Added one more automated check to make the codebase better. (#23577) Co-authored-by: Kareem Morsy --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d303b82996c03..15056aa687f55 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,6 +5,7 @@ repos: - id: check-yaml - id: trailing-whitespace - id: check-toml + - id: end-of-file-fixer - repo: https://github.com/psf/black-pre-commit-mirror rev: 23.9.1 hooks: