mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-08 22:20:53 +00:00
template cleanup following initial merge with py-evm (#80)
* template cleanup following initial merge with py-evm * add flake8 pin comment * correct license years * add pin note to mypy
This commit is contained in:
8
setup.py
8
setup.py
@ -11,11 +11,11 @@ extras_require = {
|
||||
"pytest-xdist>=2.4.0",
|
||||
],
|
||||
"lint": [
|
||||
"flake8==6.0.0",
|
||||
"flake8-bugbear==23.3.23",
|
||||
"flake8==6.0.0", # flake8 claims semver but adds new warnings at minor releases, leave it pinned.
|
||||
"flake8-bugbear==23.3.23", # flake8-bugbear does not follow semver, leave it pinned.
|
||||
"isort>=5.10.1",
|
||||
"mypy==0.971",
|
||||
"pydocstyle>=5.0.0",
|
||||
"mypy==0.971", # mypy does not follow semver, leave it pinned.
|
||||
"pydocstyle>=6.0.0",
|
||||
"black>=22",
|
||||
],
|
||||
"doc": [
|
||||
|
||||
Reference in New Issue
Block a user