From 67c50ae78e9d14d45816a7c1465818737e589ea0 Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Tue, 27 Jun 2023 12:42:55 +0800 Subject: [PATCH] chore: update pre commit hook (#21860) * chore: add pre-commit hook * chore: update .pre-commit-config.yaml --- .pre-commit-config.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dd09b399f8..b873e47b74 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,12 +22,7 @@ repos: repos: - repo: https://github.com/crate-ci/typos - rev: v1.13.6 + rev: v1.15.7 hooks: - - id: typos-src + - id: typos -repos: - - repo: https://github.com/TomWright/dasel - rev: v2.3.4 - hooks: - - id: dasel-validate