diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2a7dd01cf..03f829c25 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,7 @@ repos: # Upgrade old Python syntax - repo: https://github.com/asottile/pyupgrade - rev: "v2.32.0" + rev: "v2.32.1" hooks: - id: pyupgrade args: [--py36-plus] @@ -164,7 +164,7 @@ repos: # Clang format the codebase automatically - repo: https://github.com/pre-commit/mirrors-clang-format - rev: "v14.0.1" + rev: "v14.0.3" hooks: - id: clang-format types_or: [c++, c, cuda]