mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
closes bpo-33883: Mention type checkers in the FAQ. (GH-7760)
This commit is contained in:
parent
3666b3c1f6
commit
a378254186
1 changed files with 5 additions and 0 deletions
|
@ -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?
|
||||
-----------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue