We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd198bc commit 12551b6Copy full SHA for 12551b6
1 file changed
.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: 8.0.1
+ rev: 9.0.0a3
73
hooks:
74
- id: isort
75
name: isort (python)
@@ -89,7 +89,7 @@ repos:
89
- flake8-docstrings==1.7.0
90
- flake8-bugbear==24.12.12
91
- repo: https://github.com/pre-commit/mirrors-clang-format
92
- rev: v22.1.3
+ rev: v22.1.4
93
94
- id: clang-format
95
args: ["-i"]
0 commit comments