mirror of
https://github.com/CLIUtils/CLI11.git
synced 2026-01-19 04:52:08 +00:00
chore(deps): pre-commit.ci autoupdate (#1260)
<!--pre-commit.ci start--> updates: - [github.com/pre-commit/mirrors-clang-format: v21.1.5 → v21.1.6](https://github.com/pre-commit/mirrors-clang-format/compare/v21.1.5...v21.1.6) - [github.com/DavidAnson/markdownlint-cli2: v0.19.0 → v0.19.1](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.19.0...v0.19.1) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
9b939ae821
commit
60c518cda8
@@ -28,7 +28,7 @@ repos:
|
|||||||
- id: debug-statements
|
- id: debug-statements
|
||||||
|
|
||||||
- repo: https://github.com/pre-commit/mirrors-clang-format
|
- repo: https://github.com/pre-commit/mirrors-clang-format
|
||||||
rev: v21.1.5
|
rev: v21.1.6
|
||||||
hooks:
|
hooks:
|
||||||
- id: clang-format
|
- id: clang-format
|
||||||
types_or: [c++, c, cuda]
|
types_or: [c++, c, cuda]
|
||||||
@@ -50,7 +50,7 @@ repos:
|
|||||||
hooks:
|
hooks:
|
||||||
- id: script-must-have-extension
|
- id: script-must-have-extension
|
||||||
- repo: https://github.com/DavidAnson/markdownlint-cli2
|
- repo: https://github.com/DavidAnson/markdownlint-cli2
|
||||||
rev: v0.19.0 # Use the latest stable version
|
rev: v0.19.1 # Use the latest stable version
|
||||||
hooks:
|
hooks:
|
||||||
- id: markdownlint-cli2
|
- id: markdownlint-cli2
|
||||||
args: ["--fix", "--config", "./scripts/.markdownlint-cli2.jsonc"] # Optional: specify a custom config file
|
args: ["--fix", "--config", "./scripts/.markdownlint-cli2.jsonc"] # Optional: specify a custom config file
|
||||||
|
|||||||
Reference in New Issue
Block a user