From b408e71f843fc92788bad5af427bbc5d0a705910 Mon Sep 17 00:00:00 2001 From: Nyakku Shigure Date: Tue, 20 Sep 2022 14:49:28 +0800 Subject: [PATCH] [CodeStyle] fix remove-crlf hook config (#46154) --- .pre-commit-config.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a8d34f8b047..c27c1fa0a3b 100755 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,6 @@ repos: rev: v1.1.14 hooks: - id: remove-crlf - files: (?!.*third_party)^.*$ | (?!.*book)^.*$ - repo: https://github.com/google/yapf rev: v0.32.0 hooks: @@ -25,7 +24,6 @@ repos: - id: check-merge-conflict - id: check-symlinks - id: detect-private-key - files: (?!.*third_party)^.*$ | (?!.*book)^.*$ - id: end-of-file-fixer - id: sort-simple-yaml files: (op|backward|op_[a-z_]+)\.yaml$ -- GitLab