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.5.0 → v5.0.0]
- [github.com/igorshubovych/markdownlint-cli: v0.37.0 → v0.42.0]
- [github.com/pre-commit/mirrors-clang-format:  v17.0.2 ->v19.1.1]
  • Loading branch information
dlyr committed Oct 8, 2024
1 parent 1ceca3b commit 2a18bc9
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.5.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.37.0
rev: v0.42.0
hooks:
- id: markdownlint
args: [-f]
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v17.0.2
rev: v19.1.1
hooks:
- id: clang-format
types_or: [c++, c, cuda]

0 comments on commit 2a18bc9

Please sign in to comment.