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 628fdf0 commit 800cdc1Copy full SHA for 800cdc1
.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: v20.1.0
+ rev: v20.1.3
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.11.7
+ rev: v0.11.8
63
# ruff must appear before black in the list of hooks
64
65
- id: ruff
0 commit comments