diff --git a/precommend/.pre-commit-config.yaml b/precommend/.pre-commit-config.yaml index 86cd69b..3d48858 100644 --- a/precommend/.pre-commit-config.yaml +++ b/precommend/.pre-commit-config.yaml @@ -57,7 +57,7 @@ repos: - id: cmake-lint # Apply linting to CMake files - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v18.1.1 + rev: v18.1.2 hooks: - id: clang-format # Format C++ code with Clang-Format - automatically applying the changes types_or: [c++, c, c#, cuda, objective-c] @@ -85,7 +85,7 @@ repos: - id: validate-pyproject # Validate the contents of pyproject.toml - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.0 + rev: 0.28.1 hooks: - id: check-readthedocs # Validate the given .readthedocs.yml file - id: check-dependabot # Validate the given dependabot.yml file