Skip to content

Commit

Permalink
ci(pre-commit): autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/igorshubovych/markdownlint-cli: v0.42.0 → v0.43.0](igorshubovych/markdownlint-cli@v0.42.0...v0.43.0)
- [github.com/pre-commit/mirrors-clang-format: v19.1.1 → v19.1.6](pre-commit/mirrors-clang-format@v19.1.1...v19.1.6)
- [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0)
  • Loading branch information
pre-commit-ci[bot] authored Jan 6, 2025
1 parent 820a4ae commit cb09a6d
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 @@ -19,19 +19,19 @@ repos:
args: [--markdown-linebreak-ext=md]

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.42.0
rev: v0.43.0
hooks:
- id: markdownlint
args: [-c, .markdownlint.yaml, --fix]

- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v19.1.1
rev: v19.1.6
hooks:
- id: clang-format
types_or: [c++, c, cuda]

- repo: https://github.com/psf/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black
args: [--line-length=88]

0 comments on commit cb09a6d

Please sign in to comment.