Revert "Update azure-pipelines-ci.yml to enable black mode in isort" (#45390)
This reverts commit 7a81ff55bc
.
This commit is contained in:
parent
03711b1d97
commit
16843d9ec7
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ stages:
|
||||||
displayName: "Run bandit"
|
displayName: "Run bandit"
|
||||||
- script: |
|
- script: |
|
||||||
. venv/bin/activate
|
. 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"
|
displayName: "Run isort"
|
||||||
- script: |
|
- script: |
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue