diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2a6fad153a..1922ea33f8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: files: \.py$ - repo: https://github.com/charliermarsh/ruff-pre-commit # Ruff version. - rev: v0.0.267 + rev: v0.0.269 hooks: - id: ruff args: ["--fix"] @@ -43,7 +43,7 @@ repos: - id: blacken-docs # C++ - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v16.0.3 + rev: v16.0.4 hooks: - id: clang-format exclude: ^source/3rdparty|source/lib/src/cuda/cudart/.+\.inc