Skip to content
1 change: 0 additions & 1 deletion .azdo/ci-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ extends:
- script: |
black src tests --check
displayName: 'Check format with black'
continueOnError: true # TODO: fix detected formatting errors and remove this line

- script: |
# stop the build if there are Python syntax errors or undefined names
Expand Down
Loading