CI: Make black line length match pre-commit
This commit is contained in:
committed by
Adrián Insaurralde Avalos
parent
299e7d3f0c
commit
b05242c27a
@@ -380,7 +380,7 @@ jobs:
|
||||
blackFails=0
|
||||
pip install --break-system-packages black
|
||||
set +e
|
||||
black --check ${{ inputs.changedPythonFiles }} &> ${{ env.logdir }}black.log
|
||||
black --line-length 100 --check ${{ inputs.changedPythonFiles }} &> ${{ env.logdir }}black.log
|
||||
exitCode=$?
|
||||
set -e
|
||||
# If black has run successfully, write the Log to the console with the Problem Matchers
|
||||
|
||||
Reference in New Issue
Block a user