Skip to content

Commit cd7d41c

Browse files
authored
Merge pull request #1828 from IntelPython/update-black-python-code-style-workflow
Updates black version used in Python code style workflow
2 parents f483deb + 297fd54 commit cd7d41c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/python_style_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
src: "."
4545
options: "--check"
46-
version: "22.12.0"
46+
version: "24.4.2"
4747

4848
flake8:
4949
runs-on: ubuntu-latest

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212

1313
### Fixed
1414

15+
### Maintenance
16+
17+
* Update black version used in Python code style workflow [gh-1828](https://github.com/IntelPython/dpctl/pull/1828)
18+
1519
## [0.18.0] - Sept. XX, 2024
1620

1721
This release reaches an important milestone by making offloading fully asynchronous.

0 commit comments

Comments
 (0)