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 6af01df commit 53a7826Copy full SHA for 53a7826
.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: v19.1.4 # updating to a new version should wait until maintenance
+ rev: v19.1.5 # updating to a new version should wait until maintenance
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.8.2
+ rev: v0.8.3
63
# ruff must appear before black in the list of hooks
64
65
- id: ruff
0 commit comments