From d327db5131d126dbbf51908ac3b84b97d8052e4c Mon Sep 17 00:00:00 2001 From: Itay Katav <60133739+itay1551@users.noreply.github.com> Date: Mon, 1 Dec 2025 14:26:42 +0200 Subject: [PATCH] Fix wrong space in yaml --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a08f131c..2fd318361 100644 --- a/README.md +++ b/README.md @@ -396,7 +396,7 @@ We recommend setting this up as a pre-commit hook. One way to do this is by usin ```yaml # .pre-commit-config.yaml repos: -- repo: https://github.com/Yelp/detect-secrets + - repo: https://github.com/Yelp/detect-secrets rev: v1.5.0 hooks: - id: detect-secrets