You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.rst
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,13 @@ Linters and Formatters
74
74
* `flake8-pyi <https://github.com/ambv/flake8-pyi>`_, a plugin for the
75
75
`flake8 <https://flake8.pycqa.org/>`_ linter that adds support for type
76
76
stubs.
77
+
78
+
Type-Hint and Stub Integration
79
+
----------------------
80
+
81
+
* `autotyping <https://github.com/JelleZijlstra/autotyping>`_, a tool which infers simple types from their context and inserts them as inline type-hints.
82
+
* `merge_pyi <https://google.github.io/pytype/developers/tools.html#merge_pyi>`_, integrates .pyi signatures as inline type-hints in Python source code.
83
+
* `retype <https://github.com/ambv/retype>`_, Re-applies type annotations from .pyi stubs to your codebase.
0 commit comments