Skip to content

Commit

Permalink
closes bpo-33883: Mention type checkers in the FAQ. (pythonGH-7760)
Browse files Browse the repository at this point in the history
  • Loading branch information
andresdelfino authored and benjaminp committed Sep 11, 2018
1 parent 3666b3c commit a378254
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Doc/faq/programming.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ length, whether variable names are well-formed according to your coding
standard, whether declared interfaces are fully implemented, and more.
https://docs.pylint.org/ provides a full list of Pylint's features.

Static type checkers such as `Mypy <http://mypy-lang.org/>`_,
`Pyre <https://pyre-check.org/>`_, and
`Pytype <https://github.com/google/pytype>`_ can check type hints in Python
source code.


How can I create a stand-alone binary from a Python script?
-----------------------------------------------------------
Expand Down

0 comments on commit a378254

Please sign in to comment.