Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0)
- [github.com/igorshubovych/markdownlint-cli: v0.33.0 → v0.42.0](igorshubovych/markdownlint-cli@v0.33.0...v0.42.0)
- [github.com/pre-commit/mirrors-clang-format: v15.0.6 → v19.1.3](pre-commit/mirrors-clang-format@v15.0.6...v19.1.3)
  • Loading branch information
pre-commit-ci[bot] authored Nov 4, 2024
1 parent 82810e0 commit 2e9cd6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
exclude: ^tests/.*/data/.*$
Expand All @@ -26,12 +26,12 @@ repos:
# - id: cppcheck
# args: [--enable=all]
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.33.0
rev: v0.42.0
hooks:
- id: markdownlint
args: [-f]
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v15.0.6
rev: v19.1.3
hooks:
- id: clang-format
types_or: [c++, c, cuda]

0 comments on commit 2e9cd6f

Please sign in to comment.