We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3666b3c commit a378254Copy full SHA for a378254
1 file changed
Doc/faq/programming.rst
@@ -71,6 +71,11 @@ length, whether variable names are well-formed according to your coding
71
standard, whether declared interfaces are fully implemented, and more.
72
https://docs.pylint.org/ provides a full list of Pylint's features.
73
74
+Static type checkers such as `Mypy <http://mypy-lang.org/>`_,
75
+`Pyre <https://pyre-check.org/>`_, and
76
+`Pytype <https://github.com/google/pytype>`_ can check type hints in Python
77
+source code.
78
+
79
80
How can I create a stand-alone binary from a Python script?
81
-----------------------------------------------------------
0 commit comments