diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a16c88c..1afb205 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ exclude: "cxxopts|taskflow|zx|json|pybind11|pybind11_json|googletest" repos: # Standard hooks - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -30,7 +30,7 @@ repos: # Handling unwanted unicode characters - repo: https://github.com/sirosen/texthooks - rev: 0.6.7 + rev: 0.6.8 hooks: - id: fix-ligatures - id: fix-smartquotes @@ -54,7 +54,7 @@ repos: # Clang-format the C++ part of the code base automatically - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v19.1.0 + rev: v19.1.7 hooks: - id: clang-format types_or: [c++, c, cuda] @@ -68,7 +68,7 @@ repos: # Check for spelling - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.0 hooks: - id: codespell args: ["-L", "wille,linz,braket,coo,pres,testss", "--skip", "*.ipynb"]