Skip to content

Commit bb2f8ce

Browse files
author
github-actions
committed
Auto-merge updates from master branch
2 parents 4c83373 + 571fa92 commit bb2f8ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
do
3434
# Check if the file still exists in the working tree
3535
if [ -f "$FILE" ] && [ "$FILE" != "tools/submission/power/power_checker.py" ]; then
36-
autopep8 --in-place -a "$FILE"
36+
autopep8 --in-place -a --max-line-length 79 "$FILE"
3737
git add "$FILE"
3838
fi
3939
done

0 commit comments

Comments
 (0)