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 4880f1c commit b25d64fCopy full SHA for b25d64f
build_tools/circle/linting.sh
@@ -137,10 +137,7 @@ check_files() {
137
if [[ "$MODIFIED_FILES" == "no_match" ]]; then
138
echo "No file outside sklearn/externals and doc/sphinxext has been modified"
139
else
140
-
141
- check_files "$(echo "$MODIFIED_FILES" | grep -v ^examples)"
142
- check_files "$(echo "$MODIFIED_FILES" | grep ^examples)" \
143
- --config ./examples/.flake8
+ check_files "$MODIFIED_FILES"
144
# check code for unused imports
145
flake8 --exclude=sklearn/externals/ --select=F401 sklearn/ examples/
146
fi
0 commit comments