diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f436a70..faad784 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,11 +19,11 @@ repos: hooks: - id: cmake-format - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v19.1.2 + rev: v19.1.5 hooks: - id: clang-format args: ['--style={BasedOnStyle: Google,SortIncludes: false}'] - repo: https://github.com/pappasam/toml-sort - rev: v0.23.1 + rev: v0.24.2 hooks: - id: toml-sort-fix \ No newline at end of file