Skip to content

Commit c7bc254

Browse files
committed
black
1 parent fa5652d commit c7bc254

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/black.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ jobs:
99
- uses: actions/checkout@v2
1010
- uses: psf/black@stable
1111
with:
12-
options: "--check --verbose"
12+
options: "--diff"
1313
src: "."

azure-pipelines.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,8 @@ jobs:
3131
ruff .
3232
displayName: 'Ruff'
3333
- script: |
34-
black --verbose --check onnx_array_api
35-
displayName: 'Black source'
36-
- script: |
37-
black --verbose --check _unittests
38-
displayName: 'Black test'
34+
black --diff .
35+
displayName: 'Black'
3936
- script: |
4037
python -m pytest -v
4138
displayName: 'Runs Unit Tests'

0 commit comments

Comments
 (0)