Skip to content

Commit 4c9fc3f

Browse files
author
Diptorup Deb
committed
Update black version
1 parent d4118df commit 4c9fc3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/black.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
- uses: psf/black@stable
2828
with:
2929
args: ". --check"
30-
version: "23.1.0"
30+
version: "24.1.1"

.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: 23.1.0
16+
rev: 24.1.1
1717
hooks:
1818
- id: black
1919
exclude: "versioneer.py|numba_dpex/_version.py"

0 commit comments

Comments
 (0)