diff options
| -rw-r--r-- | .pre-commit-config.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2b893f4..d78441d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,6 +19,7 @@ repos: rev: v0.43.0 hooks: - id: markdownlint + args: [--disable, MD024] - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.15.20 |