Skip to content

Commit

Permalink
Fix comment about mypy being not semver
Browse files Browse the repository at this point in the history
  • Loading branch information
carver committed Nov 26, 2019
1 parent 1a283d0 commit 5d3be4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"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",
Expand Down

0 comments on commit 5d3be4f

Please sign in to comment.