diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 411862b..a237fe0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ ci: repos: # Standard hooks - repo: https://github.com/pre-commit/pre-commit-hooks - rev: "v4.5.0" + rev: "v4.6.0" hooks: - id: check-added-large-files - id: check-case-conflict @@ -39,14 +39,14 @@ repos: # Check for spelling - repo: https://github.com/codespell-project/codespell - rev: "v2.2.6" + rev: "v2.3.0" hooks: - id: codespell args: ["-L", "wille,linz,inflight,ket", "--skip", "*.ipynb"] # Clang-format the C++ part of the code base automatically - repo: https://github.com/pre-commit/mirrors-clang-format - rev: "v18.1.2" + rev: "v18.1.8" hooks: - id: clang-format types_or: [c++, c, cuda]