From a7a0ea608a681f4ec22df89e85cca470dd69c1a9 Mon Sep 17 00:00:00 2001 From: Matt Seymour Date: Thu, 6 Aug 2026 11:55:54 +0100 Subject: [PATCH] Update the install.md to point to version v6.0.0 of pre-commit-hooks The example version given in the pre-commit configuration points to version v2.3.0 (2019), this commit updates the default version to v6.0.0. --- sections/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sections/install.md b/sections/install.md index 3d6d4d85..991237dd 100644 --- a/sections/install.md +++ b/sections/install.md @@ -46,7 +46,7 @@ pre-commit --version ```yaml repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.3.0 + rev: v6.0.0 hooks: - id: check-yaml - id: end-of-file-fixer