Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit 634966b

Browse files
Update pep8.yml
1 parent 7fecf9c commit 634966b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pep8.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
run: |
2727
for file in ${{ steps.changed-files.outputs.all_changed_files }};
2828
do if [[ $file == *.py ]];
29-
then pycodestyle --first $file;
29+
then pycodestyle --max-line-length=150 --first $file;
3030
fi;
3131
done

0 commit comments

Comments
 (0)