diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2b44b8ac..3886083e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,7 +31,7 @@ repos: - id: isort - repo: https://github.com/asottile/pyupgrade - rev: v3.16.0 + rev: v3.17.0 hooks: - id: pyupgrade args: ["--py36-plus"] @@ -55,7 +55,7 @@ repos: stages: [manual] - repo: https://github.com/pre-commit/mirrors-clang-format - rev: "v18.1.7" + rev: "v18.1.8" hooks: - id: clang-format types_or: [c++, c, cuda]