We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d9765b commit 19efa58Copy full SHA for 19efa58
.pre-commit-config.yaml
@@ -64,7 +64,7 @@ repos:
64
additional_dependencies:
65
- tomli
66
- repo: https://github.com/psf/black
67
- rev: 26.3.0
+ rev: 26.3.1
68
hooks:
69
- id: black
70
exclude: "dpnp/_version.py"
@@ -94,7 +94,7 @@ repos:
94
- id: clang-format
95
args: ["-i"]
96
- repo: https://github.com/gitleaks/gitleaks
97
- rev: v8.30.0
+ rev: v8.30.1
98
99
- id: gitleaks
100
- repo: https://github.com/jumanjihouse/pre-commit-hooks
@@ -127,7 +127,7 @@ repos:
127
128
- id: actionlint
129
- repo: https://github.com/BlankSpruce/gersemi
130
- rev: 0.26.0
+ rev: 0.26.1
131
132
- id: gersemi
133
exclude: "dpnp/backend/cmake/Modules/"
0 commit comments