diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7702c7b92..8507c27d0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,6 +14,6 @@ repos: - id: clang-format types_or: [c++, c] - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black