diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 59b2a8eb40c2..987cb72af9d3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: exclude: .md5$|^external/|^tools/|Testing/Tools/cxxtest - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v19.1.6 + rev: v19.1.7 hooks: - id: clang-format exclude: Testing/Tools/cxxtest|tools|qt/icons/resources/ @@ -59,7 +59,7 @@ repos: )$ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.1 + rev: v0.9.2 # ruff must appear before black in the list of hooks hooks: - id: ruff