Skip to content

Commit 904d1f4

Browse files
committed
Disable MD013 error on markdownlint
1 parent 8819a8a commit 904d1f4

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.pre-commit-config.yaml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,13 @@ repos:
2727
- id: name-tests-test
2828
args: [--pytest-test-first]
2929

30-
- repo: https://github.com/DavidAnson/markdownlint-cli2
31-
rev: v0.5.1
30+
- repo: https://github.com/igorshubovych/markdownlint-cli
31+
rev: v0.32.2
3232
hooks:
33-
- id: markdownlint-cli2
33+
- id: markdownlint
34+
args: [--disable, MD013]
3435

35-
- repo: https://github.com/adrienverge/yamllint.git
36+
- repo: https://github.com/adrienverge/yamllint
3637
rev: v1.28.0
3738
hooks:
3839
- id: yamllint
@@ -116,4 +117,8 @@ repos:
116117
language: python
117118
pass_filenames: false
118119
types: [python]
119-
additional_dependencies: ['pyright', 'PyQt6', 'darkdetect', 'pytest', 'pytest-qt']
120+
additional_dependencies:
121+
- PyQt6
122+
- darkdetect
123+
- pytest
124+
- pytest-qt

0 commit comments

Comments
 (0)