Skip to content

Commit 9613a69

Browse files
authored
[Hooks] Remove unused convert-markdown-into-html and convert-markdown-into-ipynb hooks (#6492)
1 parent 2b8fcf7 commit 9613a69

File tree

6 files changed

+0
-675
lines changed

6 files changed

+0
-675
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,6 @@ repos:
2424
hooks:
2525
- id: insert-whitespace-between-cn-and-en-char
2626
files: \.md$|\.rst$
27-
- repo: local
28-
hooks:
29-
- id: convert-markdown-into-html
30-
name: convert-markdown-into-html
31-
description: Convert README.md into index.html and README.cn.md into index.cn.html
32-
entry: python .pre-commit-hooks/convert_markdown_into_html.py
33-
language: system
34-
files: .+README(\.cn)?\.md$
3527
# For Python files
3628
- repo: https://github.com/astral-sh/ruff-pre-commit
3729
rev: v0.1.13

.pre-commit-hooks/convert_markdown_into_html.py

Lines changed: 0 additions & 95 deletions
This file was deleted.

.pre-commit-hooks/convert_markdown_into_ipynb.sh

Lines changed: 0 additions & 8 deletions
This file was deleted.

docs/design/concepts/index.html

Lines changed: 0 additions & 238 deletions
This file was deleted.

0 commit comments

Comments
 (0)