tldr-pages/tldr

Page request: mypy

corneliusroemer opened this issue · 4 comments

Command description

Mypy is a popular optional static type checker for Python that aims to combine the benefits of dynamic (or "duck") typing and static typing

Command details

No response

Documentation

https://mypy-lang.org/

Platform

Common

VCS repository link (e.g. GitHub, GitLab)

https://github.com/python/mypy

Additional information

17.2k Github stars

While this looks like a great package to document, looking at the documentation that you provided I couldn't find any command-line commands as it seems to be for Python.

While this looks like a great package to document, looking at the documentation that you provided I couldn't find any command-line commands as it seems to be for Python.

There are some options that can be used to run mypy. They are documented here: https://mypy.readthedocs.io/en/stable/command_line.html

i think it's good to have this in tldr.