diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 66bd64538..ffa48b562 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -61,13 +61,13 @@ repos: - id: isort - repo: https://github.com/psf/black - rev: 22.3.0 + rev: 22.6.0 hooks: - id: black args: [--line-length=100] - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v14.0.5 + rev: v14.0.6 hooks: - id: clang-format types_or: [c++, c, cuda]