diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b217cf0d4..5f08122d2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -58,7 +58,7 @@ repos: - id: isort - repo: https://github.com/psf/black-pre-commit-mirror - rev: 26.3.0 + rev: 26.3.1 hooks: - id: black args: [--line-length=100] @@ -80,7 +80,7 @@ repos: ] - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v22.1.0 + rev: v22.1.1 hooks: - id: clang-format types_or: [c++, c, cuda, proto, textproto]