We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb6ac74 + 5b04518 commit db0d55eCopy full SHA for db0d55e
1 file changed
.pre-commit-config.yaml
@@ -13,12 +13,12 @@ repos:
13
- id: end-of-file-fixer
14
- id: trailing-whitespace
15
- repo: https://github.com/psf/black
16
- rev: 26.1.0
+ rev: 26.3.0
17
hooks:
18
- id: black
19
exclude: "versioneer.py|dpctl/_version.py"
20
- repo: https://github.com/pycqa/isort
21
- rev: 8.0.0
+ rev: 8.0.1
22
23
- id: isort
24
name: isort (python)
0 commit comments