From 244b89f035356f1bcd49bd0ceb89a32dd6989ccb Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Wed, 3 Feb 2021 20:11:49 +0000 Subject: [PATCH] exclude migrations from black --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6a1d6afc..7e7c9a20 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -44,7 +44,7 @@ jobs: - script: | cd /myagent/_work/1/s/api source env/bin/activate - black --check tacticalrmm + black --exclude migrations/ --check tacticalrmm if [ $? -ne 0 ]; then exit 1 fi