diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 45fb34af..5653d851 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: - id: isort - repo: https://github.com/asottile/pyupgrade - rev: v3.3.1 + rev: v3.3.2 hooks: - id: pyupgrade args: ["--py36-plus"] @@ -48,7 +48,7 @@ repos: stages: [manual] - repo: https://github.com/pre-commit/mirrors-clang-format - rev: "v16.0.1" + rev: "v16.0.2" hooks: - id: clang-format types_or: [c++, c, cuda]