We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3feb5c5 commit 9e53e9aCopy full SHA for 9e53e9a
.pre-commit-config.yaml
@@ -18,7 +18,7 @@ exclude: '^share/openPMD/thirdParty'
18
# See https://pre-commit.com/hooks.html for more hooks
19
repos:
20
- repo: https://github.com/pre-commit/pre-commit-hooks
21
- rev: v4.5.0
+ rev: v4.6.0
22
hooks:
23
- id: trailing-whitespace
24
args: [--markdown-linebreak-ext=md]
@@ -66,7 +66,7 @@ repos:
66
# clang-format v13
67
# to run manually, use .github/workflows/clang-format/clang-format.sh
68
- repo: https://github.com/pre-commit/mirrors-clang-format
69
- rev: v18.1.2
+ rev: v18.1.3
70
71
- id: clang-format
72
# By default, the clang-format hook configures:
0 commit comments