diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 06f4f8f9..36da364c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,7 +38,7 @@ repos: # Upgrade old Python syntax - repo: https://github.com/asottile/pyupgrade - rev: "v3.6.0" + rev: "v3.8.0" hooks: - id: pyupgrade args: ["--py37-plus"] @@ -57,7 +57,7 @@ repos: # Also run Black on examples in the documentation - repo: https://github.com/asottile/blacken-docs - rev: "1.13.0" + rev: "1.14.0" hooks: - id: blacken-docs additional_dependencies: @@ -93,14 +93,14 @@ repos: # Check for spelling - repo: https://github.com/codespell-project/codespell - rev: "v2.2.4" + rev: "v2.2.5" hooks: - id: codespell args: ["-L", "wille,linz,inout", "--skip", "test/circuits/*"] # Clang-format the C++ part of the code base automatically - repo: https://github.com/pre-commit/mirrors-clang-format - rev: "v16.0.4" + rev: "v16.0.6" hooks: - id: clang-format types_or: [c++, c, cuda]