We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb6ac74 commit 5b04518Copy full SHA for 5b04518
.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