diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e17239bcc..013d08459 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.4.2 + rev: 24.8.0 hooks: - id: black