Revert "Update azure-pipelines-ci.yml to enable black mode in isort" (#45390)

This reverts commit 7a81ff55bc.
pull/45394/head
Franck Nijhof 2021-01-21 11:01:22 +01:00 committed by GitHub
parent 03711b1d97
commit 16843d9ec7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ stages:
displayName: "Run bandit"
- script: |
. venv/bin/activate
pre-commit run isort --all-files --show-diff-on-failure --profile black
pre-commit run isort --all-files --show-diff-on-failure
displayName: "Run isort"
- script: |
. venv/bin/activate