diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f81de31e..f361cc37 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: # See also: https://github.com/ssciwr/clang-format-wheel # Config file: .clang-format - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v22.1.4 + rev: v22.1.5 hooks: - id: clang-format types_or: [c++, c, json, javascript] @@ -32,7 +32,7 @@ repos: # CMake linting and formatting - repo: https://github.com/BlankSpruce/gersemi-pre-commit - rev: 0.27.2 + rev: 0.27.5 hooks: - id: gersemi name: CMake linting @@ -55,13 +55,13 @@ repos: # Config file: pyproject.toml # second Python code formatting - repo: https://github.com/psf/black - rev: 26.3.1 + rev: 26.5.0 hooks: - id: black # Beman Standard checking via beman-tidy - repo : https://github.com/bemanproject/beman-tidy - rev: v0.3.1 + rev: v0.4.1 hooks: - id: beman-tidy