diff --git a/.github/workflows/sub_lint.yml b/.github/workflows/sub_lint.yml index f16e21ed34..3b2a90cd20 100644 --- a/.github/workflows/sub_lint.yml +++ b/.github/workflows/sub_lint.yml @@ -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