mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
Add flake8 to lint deps
This commit is contained in:
7
setup.py
7
setup.py
@ -11,7 +11,12 @@ 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", "isort==4.3.21"],
|
"lint": [
|
||||||
|
"mypy>=0.701,<1.0",
|
||||||
|
"black==19.3b0",
|
||||||
|
"isort==4.3.21",
|
||||||
|
"flake8>=3.7.7,<4.0.0",
|
||||||
|
],
|
||||||
"dev": ["tox>=3.13.2,<4.0.0"],
|
"dev": ["tox>=3.13.2,<4.0.0"],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user