From b14f79d7b0462f61dd2c150b5137b4924c250759 Mon Sep 17 00:00:00 2001 From: humu789 <88702197+humu789@users.noreply.github.com> Date: Wed, 23 Feb 2022 03:31:18 -0800 Subject: [PATCH] [CI] update pre-commit-config (#93) --- .pre-commit-config.yaml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b2d5118f0..cea12a8b4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,8 +25,8 @@ repos: args: ["--remove"] - id: mixed-line-ending args: ["--fix=lf"] - - repo: https://github.com/jumanjihouse/pre-commit-hooks - rev: 2.1.4 + - repo: https://github.com/markdownlint/markdownlint + rev: v0.11.0 hooks: - id: markdownlint args: ["-r", "~MD002,~MD013,~MD029,~MD033,~MD034", @@ -40,11 +40,3 @@ repos: hooks: - id: docformatter args: ["--in-place", "--wrap-descriptions", "79"] - # - repo: local - # hooks: - # - id: clang-format - # name: clang-format - # description: Format files with ClangFormat - # entry: clang-format -style=google -i - # language: system - # files: \.(c|cc|cxx|cpp|cu|h|hpp|hxx|cuh|proto)$