We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 533d6f6 commit da93d9fCopy full SHA for da93d9f
2 files changed
.azdo/ci-pr.yaml
@@ -47,7 +47,7 @@ extends:
47
displayName: 'Install dependencies'
48
49
- script: |
50
- black src tests --check
+ black src tests examples --check
51
displayName: 'Check format with black'
52
53
.github/workflows/python-package.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Check format with black
34
run: |
35
36
37
- name: Lint with flake8
38
0 commit comments