Skip to content

Commit 94a3a8f

Browse files
[pre-commit.ci] pre-commit autoupdate (#1687)
updates: - [github.com/pre-commit/mirrors-clang-format: v19.1.1 → v19.1.2](pre-commit/mirrors-clang-format@v19.1.1...v19.1.2) - [github.com/mgedmin/check-manifest: 0.49 → 0.50](mgedmin/check-manifest@0.49...0.50) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 2a36ef8 commit 94a3a8f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ repos:
6666
# clang-format v13
6767
# to run manually, use .github/workflows/clang-format/clang-format.sh
6868
- repo: https://github.com/pre-commit/mirrors-clang-format
69-
rev: v19.1.1
69+
rev: v19.1.2
7070
hooks:
7171
- id: clang-format
7272
# By default, the clang-format hook configures:
@@ -128,7 +128,7 @@ repos:
128128

129129
# Checks the manifest for missing files (native support)
130130
- repo: https://github.com/mgedmin/check-manifest
131-
rev: "0.49"
131+
rev: "0.50"
132132
hooks:
133133
- id: check-manifest
134134
# This is a slow hook, so only run this if --hook-stage manual is passed

0 commit comments

Comments
 (0)