Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading