Skip to content

Commit af74bf9

Browse files
committed
Added max-line-length arg
1 parent 5c45157 commit af74bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_tools/circle/linting.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ check_files() {
130130
if [ -n "$files" ]; then
131131
# Conservative approach: diff without context (--unified=0) so that code
132132
# that was not changed does not create failures
133-
git diff --unified=0 $COMMIT_RANGE -- $files | flake8 --diff --show-source $options
133+
git diff --unified=0 $COMMIT_RANGE -- $files | flake8 --diff --max-line-length=88 --show-source $options
134134
fi
135135
}
136136

0 commit comments

Comments
 (0)