diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 76163657df3..eb0df88102d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -69,7 +69,7 @@ repos: - id: black exclude: "dpnp/_version.py" - repo: https://github.com/pycqa/isort - rev: 8.0.1 + rev: 9.0.0a3 hooks: - id: isort name: isort (python) @@ -89,7 +89,7 @@ repos: - flake8-docstrings==1.7.0 - flake8-bugbear==24.12.12 - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v22.1.3 + rev: v22.1.4 hooks: - id: clang-format args: ["-i"]