From 5d3be4f890f7092fe594801f3884a922348869f0 Mon Sep 17 00:00:00 2001 From: Jason Carver Date: Tue, 26 Nov 2019 15:38:32 -0800 Subject: [PATCH] Fix comment about mypy being not semver --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 37822312..4ef43fb4 100644 --- a/setup.py +++ b/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",