mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
Fix comment about mypy being not semver
This commit is contained in:
2
setup.py
2
setup.py
@ -12,7 +12,7 @@ extras_require = {
|
|||||||
"lint": [
|
"lint": [
|
||||||
"flake8==3.7.9", # flake8 is not semver: it has added new warnings at minor releases
|
"flake8==3.7.9", # flake8 is not semver: it has added new warnings at minor releases
|
||||||
"isort==4.3.21",
|
"isort==4.3.21",
|
||||||
"mypy==0.740", # flake8 is not semver: it has added new warnings at minor releases
|
"mypy==0.740", # mypy is not semver: it has added new warnings at minor releases
|
||||||
"mypy-protobuf==1.15",
|
"mypy-protobuf==1.15",
|
||||||
"black==19.3b0",
|
"black==19.3b0",
|
||||||
"flake8-bugbear>=19.8.0,<20",
|
"flake8-bugbear>=19.8.0,<20",
|
||||||
|
|||||||
Reference in New Issue
Block a user