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 abbe7e9 commit f87d1f4Copy full SHA for f87d1f4
.pre-commit-config.yaml
@@ -5,12 +5,12 @@ repos:
5
- id: check-yaml
6
args: [--allow-multiple-documents]
7
- repo: https://github.com/pre-commit/mirrors-clang-format
8
- rev: v21.1.2
+ rev: v21.1.5
9
hooks:
10
- id: clang-format
11
files: '.*\.(hpp|cpp|h)'
12
- repo: https://github.com/Mateusz-Grzelinski/actionlint-py
13
- rev: v1.7.7.24
+ rev: v1.7.8.24
14
15
- id: actionlint
16
additional_dependencies: [shellcheck-py]
0 commit comments