Skip to content

Commit b947221

Browse files
Merge pull request #804 from IntelPython/fix-pre-commit
Update black to version 22.3.0 to fix issue with click
1 parent 44f2d95 commit b947221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
- id: end-of-file-fixer
1414
- id: trailing-whitespace
1515
- repo: https://github.com/psf/black
16-
rev: 22.1.0
16+
rev: 22.3.0
1717
hooks:
1818
- id: black
1919
exclude: "versioneer.py|dpctl/_version.py"

0 commit comments

Comments
 (0)