integrate with isort

This commit is contained in:
Yun Xu
2018-10-17 21:20:16 -07:00
parent 0d5be1969a
commit 8ef7bf8e7b
19 changed files with 94 additions and 55 deletions

View File

@@ -25,10 +25,12 @@ commands =
deps =
flake8
black
isort
commands =
flake8 sanic
black --check --verbose sanic
isort --check-only --recursive sanic
[testenv:check]
deps =