exclude migrations from black

This commit is contained in:
wh1te909 2021-02-03 20:11:49 +00:00
parent 03641aae42
commit 244b89f035
1 changed files with 1 additions and 1 deletions

View File

@ -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