Open johnthagen opened 2 years ago
Also, https://github.com/python/mypy/issues/9919 should also be fixed so that the hosted badge can be properly displayed in areas that secure links are required
This issue has been fixed:
So the hosting part of this issue is resolved.
For anyone else who may want to use a badge like this... I've added a static badge from Shields to another project's readme with the following...
Might tweak the blue myself later, but for those that want to on their own, it's just a quick change of the hex code at the end.
![Static Badge](https://img.shields.io/badge/type%20checked-mypy-039dfc)
<img alt="Static Badge" src="https://img.shields.io/badge/type%20checked-mypy-039dfc">
![Static Badge](https://img.shields.io/badge/statically%20typed-mypy-039dfc)
<img alt="Static Badge" src="https://img.shields.io/badge/statically%20typed-mypy-039dfc">
Documentation
Comparing the current mypy logo:
With several others in the community:
I think that the mypy badge could be improved by reversing the order and adding the word "type" into the badge to make it more clear that type checking is what is involved.
Also, #9919 should also be fixed so that the hosted badge can be properly displayed in areas that secure links are required.