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.
2 parents 06403d4 + 0ca8cc8 commit e4a0519Copy full SHA for e4a0519
.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.3 # updating to a new version should wait until maintenance
+ rev: v19.1.4 # 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.7.4
+ rev: v0.8.2
63
# ruff must appear before black in the list of hooks
64
65
- id: ruff
0 commit comments