mirror of
https://github.com/CLIUtils/CLI11.git
synced 2026-01-19 04:52:08 +00:00
chore(deps): pre-commit.ci autoupdate (#1265)
<!--pre-commit.ci start--> updates: - [github.com/psf/black-pre-commit-mirror: 25.11.0 → 25.12.0](https://github.com/psf/black-pre-commit-mirror/compare/25.11.0...25.12.0) - [github.com/pre-commit/mirrors-clang-format: v21.1.6 → v21.1.7](https://github.com/pre-commit/mirrors-clang-format/compare/v21.1.6...v21.1.7) - [github.com/JoC0de/pre-commit-prettier: v3.7.3 → v3.7.4](https://github.com/JoC0de/pre-commit-prettier/compare/v3.7.3...v3.7.4) - [github.com/DavidAnson/markdownlint-cli2: v0.19.1 → v0.20.0](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.19.1...v0.20.0) <!--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
bebc5a72c3
commit
695eff019a
@@ -5,7 +5,7 @@ ci:
|
|||||||
|
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/psf/black-pre-commit-mirror
|
- repo: https://github.com/psf/black-pre-commit-mirror
|
||||||
rev: 25.11.0
|
rev: 25.12.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: black
|
- id: black
|
||||||
|
|
||||||
@@ -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.6
|
rev: v21.1.7
|
||||||
hooks:
|
hooks:
|
||||||
- id: clang-format
|
- id: clang-format
|
||||||
types_or: [c++, c, cuda]
|
types_or: [c++, c, cuda]
|
||||||
@@ -40,7 +40,7 @@ repos:
|
|||||||
additional_dependencies: [pyyaml]
|
additional_dependencies: [pyyaml]
|
||||||
|
|
||||||
- repo: https://github.com/JoC0de/pre-commit-prettier
|
- repo: https://github.com/JoC0de/pre-commit-prettier
|
||||||
rev: v3.7.3
|
rev: v3.7.4
|
||||||
hooks:
|
hooks:
|
||||||
- id: prettier
|
- id: prettier
|
||||||
types_or: [yaml, markdown, html, css, scss, javascript, json]
|
types_or: [yaml, markdown, html, css, scss, javascript, json]
|
||||||
@@ -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.1 # Use the latest stable version
|
rev: v0.20.0 # 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