Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#1687)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
pre-commit-ci[bot] authored Oct 30, 2024
1 parent 2a36ef8 commit 94a3a8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ repos:
# clang-format v13
# to run manually, use .github/workflows/clang-format/clang-format.sh
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v19.1.1
rev: v19.1.2
hooks:
- id: clang-format
# By default, the clang-format hook configures:
Expand Down Expand Up @@ -128,7 +128,7 @@ repos:

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

0 comments on commit 94a3a8f

Please sign in to comment.