diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f166b20..e91992f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,18 +19,18 @@ repos: # Markdown linting # Config file: .markdownlint.yaml - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.42.0 + rev: v0.48.0 hooks: - id: markdownlint - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell # CMake linting and formatting - repo: https://github.com/BlankSpruce/gersemi - rev: 0.26.0 + rev: 0.26.1 hooks: - id: gersemi name: CMake linting @@ -39,7 +39,7 @@ repos: # This brings in a portable version of clang-format. # See also: https://github.com/ssciwr/clang-format-wheel - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v22.1.0 + rev: v22.1.2 hooks: - id: clang-format types_or: [c++, c]