diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c44f6b31e70..f09b6640fe4 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: 9.0.0b5 + rev: 9.0.1 hooks: - id: isort name: isort (python) @@ -89,7 +89,7 @@ repos: - flake8-docstrings==1.7.0 - flake8-bugbear==25.11.29 - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v22.1.8 + rev: v23.1.0 hooks: - id: clang-format args: ["-i"]