CI: Make black line length match pre-commit

This commit is contained in:
Chris Hennes
2025-03-17 18:17:46 -03:00
committed by Adrián Insaurralde Avalos
parent 299e7d3f0c
commit b05242c27a
+1 -1
View File
@@ -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