We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e825de5 commit d545555Copy full SHA for d545555
.pre-commit-config.yaml
@@ -69,7 +69,7 @@ repos:
69
- id: black
70
exclude: "dpnp/_version.py"
71
- repo: https://github.com/pycqa/isort
72
- rev: 7.0.0
+ rev: 8.0.0
73
hooks:
74
- id: isort
75
name: isort (python)
@@ -123,11 +123,11 @@ repos:
123
- id: pretty-format-toml
124
args: [--autofix]
125
- repo: https://github.com/rhysd/actionlint
126
- rev: v1.7.10
+ rev: v1.7.11
127
128
- id: actionlint
129
- repo: https://github.com/BlankSpruce/gersemi
130
- rev: 0.25.4
+ rev: 0.26.0
131
132
- id: gersemi
133
exclude: "dpnp/backend/cmake/Modules/"
0 commit comments