Skip to content

Commit f014692

Browse files
pre-commit-ci[bot]HansRobo
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/igorshubovych/markdownlint-cli: v0.45.0 → v0.46.0](igorshubovych/markdownlint-cli@v0.45.0...v0.46.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.5 → v0.14.6](astral-sh/ruff-pre-commit@v0.14.5...v0.14.6) - [github.com/pre-commit/mirrors-clang-format: v21.1.5 → v21.1.6](pre-commit/mirrors-clang-format@v21.1.5...v21.1.6)
1 parent e2f74e4 commit f014692

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
args: [--markdown-linebreak-ext=md]
1919

2020
- repo: https://github.com/igorshubovych/markdownlint-cli
21-
rev: v0.45.0
21+
rev: v0.46.0
2222
hooks:
2323
- id: markdownlint
2424
args: [-c, .markdownlint.yaml, --fix]
@@ -60,14 +60,14 @@ repos:
6060
# - id: isort
6161

6262
- repo: https://github.com/astral-sh/ruff-pre-commit
63-
rev: v0.14.5
63+
rev: v0.14.6
6464
hooks:
6565
- id: ruff
6666
args: [--fix]
6767
- id: ruff-format
6868

6969
- repo: https://github.com/pre-commit/mirrors-clang-format
70-
rev: v21.1.5
70+
rev: v21.1.6
7171
hooks:
7272
- id: clang-format
7373
types_or: [c++, c, cuda]

0 commit comments

Comments
 (0)