Skip to content

Commit 587baf4

Browse files
Merge pull request #28 from microsoft/user/tpellissier/format-noerror
ci-pr: don't exit on format issues
2 parents 7d24791 + b2384dd commit 587baf4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.azdo/ci-pr.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ steps:
2828
- script: |
2929
black src tests --check
3030
displayName: 'Check format with black'
31+
continueOnError: true # TODO: fix detected formatting errors and remove this line
3132

3233
- script: |
3334
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)