diff --git a/azure-pipelines-ci.yml b/azure-pipelines-ci.yml index 50748c2c3ec..cda5943ecd0 100644 --- a/azure-pipelines-ci.yml +++ b/azure-pipelines-ci.yml @@ -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