mypy icon indicating copy to clipboard operation
mypy copied to clipboard

Tweak the mypy badge to include the word "type"

Open johnthagen opened this issue 3 years ago • 2 comments

Documentation

Comparing the current mypy logo:

Type checked with mypy

With several others in the community:

Code style: black Imports: isort

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.

Type checked with mypy

Also, #9919 should also be fixed so that the hosted badge can be properly displayed in areas that secure links are required.

johnthagen avatar May 16 '22 12:05 johnthagen

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:

  • #9919

So the hosting part of this issue is resolved.

johnthagen avatar Dec 31 '22 22:12 johnthagen