CI: Make black line length match pre-commit
This commit is contained in:
2
.github/workflows/sub_lint.yml
vendored
2
.github/workflows/sub_lint.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user