From 6b494ca5bd0436f62bd820db2b7e551b51e4eb03 Mon Sep 17 00:00:00 2001 From: Sindre Benjamin Remman Date: Thu, 9 Oct 2025 14:32:28 +0200 Subject: [PATCH] Pre-commit does not provide facilities for "unpinned latest version" for hook repositories: https://pre-commit.com/#using-the-latest-version-for-a-repository:~:text=Using%20the%20latest,NOT%20update%20automatically --- docs/editor_integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/editor_integration.md b/docs/editor_integration.md index 5b8b39b..72b74ef 100644 --- a/docs/editor_integration.md +++ b/docs/editor_integration.md @@ -26,7 +26,7 @@ You'll need to add the following lines to your project's ```yaml repos: - repo: https://github.com/lyz-code/yamlfix/ - rev: main + rev: 1.18.0 hooks: - id: yamlfix ```