There was an error while loading. Please reload this page.
2 parents 99eb129 + d4223db commit f039637Copy full SHA for f039637
1 file changed
.pre-commit-config.yaml
@@ -59,7 +59,7 @@ repos:
59
- id: black
60
exclude: "versioneer.py|dpctl/_version.py"
61
- repo: https://github.com/pycqa/isort
62
- rev: 9.0.0
+ rev: 9.0.1
63
hooks:
64
- id: isort
65
name: isort (python)
@@ -74,7 +74,7 @@ repos:
74
75
- id: flake8
76
- repo: https://github.com/pre-commit/mirrors-clang-format
77
- rev: v22.1.8
+ rev: v23.1.0
78
79
- id: clang-format
80
args: ["-i"]
0 commit comments