From 6d474a89f5e5bdd92d8395b243fd89adab4f9e12 Mon Sep 17 00:00:00 2001 From: Keith Wiles Date: Tue, 24 Feb 2026 09:28:56 -0600 Subject: [PATCH] fix: improve formatting in CONTRIBUTING.md for clarity Signed-off-by: Keith Wiles --- .pre-commit-config.yaml | 8 ++++---- CONTRIBUTING.md | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f507002e..3ad74645 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,10 +17,10 @@ repos: - id: clang-format types_or: [c++, c] args: [-i, --style=file] - - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.21.0 - hooks: - - id: markdownlint-cli2-rules-docker +# - repo: https://github.com/DavidAnson/markdownlint-cli2 +# rev: v0.21.0 +# hooks: +# - id: markdownlint-cli2-rules-docker - repo: https://github.com/codespell-project/codespell rev: v2.4.1 hooks: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f02edb88..5fc1c4ce 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,9 +30,9 @@ Or with git-clang-format if it is installed: git clang-format --diff ``` -Or a [Pre-commit](https://pre-commit.com/#install) hook is available and can be used -to apply the linters to modified files in a commit. You can install pre-commit -by running the following command: +Or a [Pre-commit](https://pre-commit.com/#install) hook is available and can be +used to apply the linters to modified files in a commit. You can install +pre-commit by running the following command: ```bash pip install pre-commit