CI: Make black line length match pre-commit

This commit is contained in:
Chris Hennes
2025-02-06 22:29:21 -06:00
parent 235f8de27f
commit 9eed1922d0

View File

@@ -442,7 +442,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