Skip to content

Commit

Permalink
Ignore rst and ipynb file in Travis flake8 validations (#1309)
Browse files Browse the repository at this point in the history
  • Loading branch information
datapythonista authored and tmylk committed May 7, 2017
1 parent 7b012a7 commit dc484c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion continuous_integration/travis/flake8_diff.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,6 @@ check_files() {
if [[ "$MODIFIED_FILES" == "no_match" ]]; then
echo "No file has been modified"
else
check_files "$(echo "$MODIFIED_FILES" )" "--ignore=E501,E731,E12,W503 --exclude=*.sh,*.md,*.yml"
check_files "$(echo "$MODIFIED_FILES" )" "--ignore=E501,E731,E12,W503 --exclude=*.sh,*.md,*.yml,*.rst,*.ipynb"
fi
echo -e "No problem detected by flake8\n"

0 comments on commit dc484c8

Please sign in to comment.