Skip to content

Commit bd46755

Browse files
author
Max Wang
committed
add examples to black formatting check
1 parent 533d6f6 commit bd46755

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.azdo/ci-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ extends:
4747
displayName: 'Install dependencies'
4848
4949
- script: |
50-
black src tests --check
50+
black src tests examples --check
5151
displayName: 'Check format with black'
5252
5353
- script: |

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
3333
- name: Check format with black
3434
run: |
35-
black src tests --check
35+
black src tests examples --check
3636
3737
- name: Lint with flake8
3838
run: |

0 commit comments

Comments
 (0)