From 5b036425cec16675f97234e0f8ef52bda1775d7f Mon Sep 17 00:00:00 2001 From: antonwolfy <100830759+antonwolfy@users.noreply.github.com> Date: Sat, 7 Mar 2026 03:11:50 +0000 Subject: [PATCH] chore: update pre-commit hooks --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 66245039ce3..d08ddc36c1a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -57,19 +57,19 @@ repos: hooks: - id: pyupgrade - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell args: ["-L", "abd"] # ignore "abd" used in einsum tests additional_dependencies: - tomli - repo: https://github.com/psf/black - rev: 26.1.0 + rev: 26.3.0 hooks: - id: black exclude: "dpnp/_version.py" - repo: https://github.com/pycqa/isort - rev: 8.0.0 + rev: 8.0.1 hooks: - id: isort name: isort (python)