mirror of https://github.com/encode/starlette.git
Don't force isort on tests
This commit is contained in:
parent
d5a6dd3a2e
commit
1f7d597c16
|
@ -26,4 +26,3 @@ if [ "${PYTHON_VERSION}" = '3.7' ]; then
|
||||||
else
|
else
|
||||||
${PREFIX}black starlette tests --check
|
${PREFIX}black starlette tests --check
|
||||||
fi
|
fi
|
||||||
${PREFIX}isort --multi-line=3 --trailing-comma --force-grid-wrap=0 --combine-as --line-width 88 --recursive --check-only starlette tests
|
|
||||||
|
|
Loading…
Reference in New Issue