We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c45157 commit af74bf9Copy full SHA for af74bf9
build_tools/circle/linting.sh
@@ -130,7 +130,7 @@ check_files() {
130
if [ -n "$files" ]; then
131
# Conservative approach: diff without context (--unified=0) so that code
132
# that was not changed does not create failures
133
- git diff --unified=0 $COMMIT_RANGE -- $files | flake8 --diff --show-source $options
+ git diff --unified=0 $COMMIT_RANGE -- $files | flake8 --diff --max-line-length=88 --show-source $options
134
fi
135
}
136
0 commit comments