diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7314def8e..7e9ce69fa 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.10.0 + rev: 25.1.0 hooks: - id: black