Skip to content

Commit 2f3562b

Browse files
authored
Merge pull request #160 from bemanproject/update/pre-commit-autoupdate
Auto-update pre-commit hooks
2 parents 0933178 + 1715625 commit 2f3562b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
# This brings in a portable version of clang-format.
1414
# See also: https://github.com/ssciwr/clang-format-wheel
1515
- repo: https://github.com/pre-commit/mirrors-clang-format
16-
rev: v21.1.7
16+
rev: v21.1.8
1717
hooks:
1818
- id: clang-format
1919
types_or: [c++, c]
@@ -28,7 +28,7 @@ repos:
2828
# Markdown linting
2929
# Config file: .markdownlint.yaml
3030
- repo: https://github.com/igorshubovych/markdownlint-cli
31-
rev: v0.43.0
31+
rev: v0.47.0
3232
hooks:
3333
- id: markdownlint
3434
args: ['--disable', 'MD013', ' --']

0 commit comments

Comments
 (0)