Revert "Update azure-pipelines-ci.yml to enable black mode in isort" (#45390)
This reverts commit 7a81ff55bc
.
pull/45394/head
parent
03711b1d97
commit
16843d9ec7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue