diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a8b2f93..f19e2c4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: # Format C++ code with Clang-Format - automatically applying the changes - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v19.1.0 + rev: v19.1.1 hooks: - id: clang-format args: @@ -16,7 +16,7 @@ repos: # Add some general purpose useful hooks - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: # Make sure that contained YAML files are well-formed - id: check-yaml