diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 11f229029cbf21e2051029f8bb5215548442142e..f9cf5a6d57d147364a91be072a3698275472eb95 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: hooks: - id: cmake-format - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v16.0.1 + rev: v16.0.2 hooks: - id: clang-format args: ['--style={BasedOnStyle: Google,SortIncludes: false}']