From c85ca9fe788deee75ef55e6f1a7a814eb521f493 Mon Sep 17 00:00:00 2001 From: CJ Steiner Date: Tue, 11 Mar 2025 15:58:15 -0500 Subject: [PATCH] docs: update pre-commit-hooks to 5.0.0 to prevent usage of out of date version --- sections/cli.md | 2 +- sections/install.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sections/cli.md b/sections/cli.md index a644a0ae..fd52d1e2 100644 --- a/sections/cli.md +++ b/sections/cli.md @@ -29,7 +29,7 @@ Here are some sample invocations using this `.pre-commit-config.yaml`: ```yaml repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.1.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade diff --git a/sections/install.md b/sections/install.md index 3d6d4d85..8782979b 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: v5.0.0 hooks: - id: check-yaml - id: end-of-file-fixer