Skip to content

Commit 8b18f32

Browse files
committed
Disable line length
1 parent 69b6681 commit 8b18f32

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.markdownlint.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
# Disable inline html linter is needed for <details> <summary>
33
MD033: false
44

5-
# MD013/line-length : Line length : https://github.com/DavidAnson/markdownlint/blob/v0.35.0/doc/md013.md
6-
MD013: false
7-
85
# MD024/no-duplicate-heading : https://github.com/DavidAnson/markdownlint/blob/main/doc/md024.md
96
# Supress warning about the same heading twice unless they are in the same block
107
MD024:

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ repos:
3131
rev: v0.43.0
3232
hooks:
3333
- id: markdownlint
34+
args: ['--disable', 'MD013', ' --']
3435
exclude: ^papers/
3536

3637
# Config file: .codespell_ignore

0 commit comments

Comments
 (0)