Skip to content

Commit b25d64f

Browse files
authored
MAINT update flake8 config on circleci linter (scikit-learn#18731)
1 parent 4880f1c commit b25d64f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

build_tools/circle/linting.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,7 @@ check_files() {
137137
if [[ "$MODIFIED_FILES" == "no_match" ]]; then
138138
echo "No file outside sklearn/externals and doc/sphinxext has been modified"
139139
else
140-
141-
check_files "$(echo "$MODIFIED_FILES" | grep -v ^examples)"
142-
check_files "$(echo "$MODIFIED_FILES" | grep ^examples)" \
143-
--config ./examples/.flake8
140+
check_files "$MODIFIED_FILES"
144141
# check code for unused imports
145142
flake8 --exclude=sklearn/externals/ --select=F401 sklearn/ examples/
146143
fi

0 commit comments

Comments
 (0)