Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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/"
Expand Down
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down
Loading