From 0fa77a52e7e61cee7f470c0006e768d859f87aa2 Mon Sep 17 00:00:00 2001 From: JaeyoungHeo Date: Fri, 13 Dec 2024 09:40:28 +0900 Subject: [PATCH] fix(docs): update pre-commit-hooks and black rev --- sections/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sections/install.md b/sections/install.md index 3d6d4d85..405342f2 100644 --- a/sections/install.md +++ b/sections/install.md @@ -46,13 +46,13 @@ 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 - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 22.10.0 + rev: 24.10.0 hooks: - id: black ```