mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 08:00:54 +00:00
Add isort as a lint dep
This commit is contained in:
committed by
Kevin Mai-Husan Chia
parent
21e013e753
commit
201850397a
2
setup.py
2
setup.py
@ -12,7 +12,7 @@ extras_require = {
|
|||||||
"pytest-cov>=2.7.1,<3.0.0",
|
"pytest-cov>=2.7.1,<3.0.0",
|
||||||
"pytest-asyncio>=0.10.0,<1.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"],
|
"dev": ["tox>=3.13.2,<4.0.0"],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user