exclude migrations from black
This commit is contained in:
parent
03641aae42
commit
244b89f035
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue