diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3b4c90656..fc91dfe54 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -107,7 +107,7 @@ repos: # PyLint has native support - not always usable, but works for us - repo: https://github.com/PyCQA/pylint - rev: "v2.14.1" + rev: "v2.14.3" hooks: - id: pylint files: ^pybind11 @@ -164,7 +164,7 @@ repos: # Clang format the codebase automatically - repo: https://github.com/pre-commit/mirrors-clang-format - rev: "v14.0.4-1" + rev: "v14.0.5" hooks: - id: clang-format types_or: [c++, c, cuda]