diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c4a900b477b..1e357c90d07 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -64,7 +64,7 @@ repos: additional_dependencies: - tomli - repo: https://github.com/psf/black - rev: 26.3.1 + rev: 26.5.1 hooks: - id: black exclude: "dpnp/_version.py" @@ -128,7 +128,7 @@ repos: hooks: - id: actionlint - repo: https://github.com/BlankSpruce/gersemi-pre-commit - rev: 0.27.5 + rev: 0.27.6 hooks: - id: gersemi exclude: "dpnp/backend/cmake/Modules/" diff --git a/CMakeLists.txt b/CMakeLists.txt index 12de8bca3c6..0d4c677dd4d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -247,8 +247,7 @@ if(_use_onemath) FetchContent_Declare( onemath_library GIT_REPOSITORY https://github.com/uxlfoundation/oneMath.git - GIT_TAG - 6ff3a43e555dbb20357017d48f0f6c6263259895 # v0.9 + GIT_TAG 6ff3a43e555dbb20357017d48f0f6c6263259895 # v0.9 ) endif()