Skip to content

Commit d144118

Browse files
Merge pull request #1055 from IntelPython/fix-black-to-22-12-0
Use black 22.12.0
2 parents 1c9dc56 + 5e4954b commit d144118

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/python_style_checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
with:
4242
src: "."
4343
options: "--check"
44+
verson: "22.12.0"
4445

4546
flake8:
4647
runs-on: ubuntu-latest

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

0 commit comments

Comments
 (0)