From 8339ff999e8909fa8993f5bbdb120c48f7531db6 Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Wed, 22 Jan 2025 12:21:18 -0500 Subject: [PATCH 1/2] pre-commit: add more checks Signed-off-by: Jason Hall --- .pre-commit-config.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6510713777d..c26ad424221 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,3 +4,8 @@ repos: hooks: - id: check-yaml - id: forbid-submodules + - id: check-added-large-files + - id: check-case-conflict + - id: check-merge-conflict + - id: check-symlinks + - id: detect-private-key From 939e524c9f58431591a2ac56b7d15a9cfd132f42 Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Thu, 23 Jan 2025 09:38:51 -0500 Subject: [PATCH 2/2] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c26ad424221..b6050fa7d9a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,3 +9,4 @@ repos: - id: check-merge-conflict - id: check-symlinks - id: detect-private-key + exclude: ^ruby-3\.0/0001-ruby-3\.0\.6-openssl-patch\.patch$