Add isort as a lint dep

This commit is contained in:
Alex Stokes 2019-08-02 22:29:48 -07:00 committed by Kevin Mai-Husan Chia
parent 21e013e753
commit 201850397a

View File

@ -12,7 +12,7 @@ extras_require = {
"pytest-cov>=2.7.1,<3.0.0",
"pytest-asyncio>=0.10.0,<1.0.0",
],
"lint": ["mypy>=0.701,<1.0", "black==19.3b0"],
"lint": ["mypy>=0.701,<1.0", "black==19.3b0", "isort==4.3.21"],
"dev": ["tox>=3.13.2,<4.0.0"],
}