diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 45afc39..3ef3f6c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v22.1.5 + rev: v22.1.8 hooks: - id: clang-format - repo: https://github.com/cheshirekow/cmake-format-precommit @@ -41,7 +41,7 @@ repos: hooks: - id: typos - repo: https://github.com/hofbi/dev-tools - rev: 1.12.0 + rev: 1.12.1 hooks: - id: check-max-one-sentence-per-line - id: check-snake-case