diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9cfcef21f..099f0dc26 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -71,7 +71,7 @@ repos: # Autoremoves unused imports - repo: https://github.com/hadialqattan/pycln - rev: "v1.2.5" + rev: "v1.3.1" hooks: - id: pycln stages: [manual] @@ -164,7 +164,7 @@ repos: # Clang format the codebase automatically - repo: https://github.com/pre-commit/mirrors-clang-format - rev: "v13.0.1" + rev: "v14.0.1" hooks: - id: clang-format types_or: [c++, c, cuda]