We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0933178 commit 1715625Copy full SHA for 1715625
.pre-commit-config.yaml
@@ -13,7 +13,7 @@ repos:
13
# This brings in a portable version of clang-format.
14
# See also: https://github.com/ssciwr/clang-format-wheel
15
- repo: https://github.com/pre-commit/mirrors-clang-format
16
- rev: v21.1.7
+ rev: v21.1.8
17
hooks:
18
- id: clang-format
19
types_or: [c++, c]
@@ -28,7 +28,7 @@ repos:
28
# Markdown linting
29
# Config file: .markdownlint.yaml
30
- repo: https://github.com/igorshubovych/markdownlint-cli
31
- rev: v0.43.0
+ rev: v0.47.0
32
33
- id: markdownlint
34
args: ['--disable', 'MD013', ' --']
0 commit comments