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 9583c2d commit f9d7c10Copy full SHA for f9d7c10
.pre-commit-config.yaml
@@ -24,7 +24,7 @@ repos:
24
exclude: .md5$|^external/|^tools/|Testing/Tools/cxxtest
25
26
- repo: https://github.com/pre-commit/mirrors-clang-format
27
- rev: v21.1.0
+ rev: v21.1.1
28
hooks:
29
- id: clang-format
30
exclude: Testing/Tools/cxxtest|tools|qt/icons/resources/
@@ -59,7 +59,7 @@ repos:
59
)$
60
61
- repo: https://github.com/astral-sh/ruff-pre-commit
62
- rev: v0.13.0
+ rev: v0.13.1
63
# ruff must appear before black in the list of hooks
64
65
- id: ruff-check
0 commit comments