Fix comment about mypy being not semver
This commit is contained in:
parent
1a283d0b1a
commit
5d3be4f890
2
setup.py
2
setup.py
|
@ -12,7 +12,7 @@ extras_require = {
|
|||
"lint": [
|
||||
"flake8==3.7.9", # flake8 is not semver: it has added new warnings at minor releases
|
||||
"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",
|
||||
"black==19.3b0",
|
||||
"flake8-bugbear>=19.8.0,<20",
|
||||
|
|
Loading…
Reference in New Issue
Block a user