Skip to content

Commit 571fa92

Browse files
Add fixed max-line-length argument (mlcommons#2424)
1 parent 5523589 commit 571fa92

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)