From 7199da84bed1e6837a134181826ebf9c544c1867 Mon Sep 17 00:00:00 2001 From: Chen Yudong Date: Tue, 4 Jun 2024 15:46:28 +0800 Subject: [PATCH] ci(pre-commit): update codespell version --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 92c9949680..08a5656cd8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -53,7 +53,7 @@ repos: .*_pb2.py )$ - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell - repo: local