Don't force isort on tests

This commit is contained in:
Tom Christie 2019-01-25 13:00:28 +00:00
parent d5a6dd3a2e
commit 1f7d597c16
1 changed files with 0 additions and 1 deletions

View File

@ -26,4 +26,3 @@ if [ "${PYTHON_VERSION}" = '3.7' ]; then
else
${PREFIX}black starlette tests --check
fi
${PREFIX}isort --multi-line=3 --trailing-comma --force-grid-wrap=0 --combine-as --line-width 88 --recursive --check-only starlette tests