diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7d910bf..740d210 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.5.0 + rev: v4.6.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -30,13 +30,13 @@ repos: # Clean jupyter notebooks - repo: https://github.com/srstevenson/nb-clean - rev: "3.2.0" + rev: "3.3.0" hooks: - id: nb-clean # Handling unwanted unicode characters - repo: https://github.com/sirosen/texthooks - rev: 0.6.4 + rev: 0.6.6 hooks: - id: fix-ligatures - id: fix-smartquotes @@ -60,14 +60,14 @@ repos: # Clang-format the C++ part of the code base automatically - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v17.0.6 + rev: v18.1.6 hooks: - id: clang-format types_or: [c++, c, cuda] # Python linting using ruff - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.2.2 + rev: v0.4.9 hooks: - id: ruff args: ["--fix", "--show-fixes"] @@ -93,7 +93,7 @@ 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,braket,coo,pres,testss", "--skip", "*.ipynb"]