diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e7165d34..e6ee0c28 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ ci: repos: - repo: https://github.com/psf/black - rev: 22.3.0 + rev: 22.6.0 hooks: - id: black @@ -21,7 +21,7 @@ repos: - id: trailing-whitespace - 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]