File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ repos:
1717 - id : clang-format
1818 types_or : [c++, c]
1919 args : [-i, --style=file]
20- - repo : https://github.com/DavidAnson/markdownlint-cli2
21- rev : v0.21.0
22- hooks :
23- - id : markdownlint-cli2-rules-docker
20+ # - repo: https://github.com/DavidAnson/markdownlint-cli2
21+ # rev: v0.21.0
22+ # hooks:
23+ # - id: markdownlint-cli2-rules-docker
2424 - repo : https://github.com/codespell-project/codespell
2525 rev : v2.4.1
2626 hooks :
Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ Or with git-clang-format if it is installed:
3030git clang-format --diff
3131```
3232
33- Or a [ Pre-commit] ( https://pre-commit.com/#install ) hook is available and can be used
34- to apply the linters to modified files in a commit. You can install pre-commit
35- by running the following command:
33+ Or a [ Pre-commit] ( https://pre-commit.com/#install ) hook is available and can be
34+ used to apply the linters to modified files in a commit. You can install
35+ pre-commit by running the following command:
3636
3737``` bash
3838pip install pre-commit
You can’t perform that action at this time.
0 commit comments