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 5809000 commit 22ea12fCopy full SHA for 22ea12f
build_tools/travis/flake8_diff.sh
@@ -116,6 +116,6 @@ echo '--------------------------------------------------------------------------
116
# Check the imblearn folder
117
git diff --unified=0 $COMMIT_RANGE -- 'imblearn' | flake8 --diff --show-source
118
# Check the example folder
119
-git diff --unified=0 $COMMIT_RANGE -- 'examples' | flake8 --diff --show-source --ignore=E402
+git diff --unified=0 $COMMIT_RANGE -- 'examples/*.py' | flake8 --diff --show-source --ignore=E402
120
121
echo -e "No problem detected by flake8\n"
0 commit comments