Skip to content

Commit 5442a37

Browse files
authored
Add type-hint and stub integration section (#1244)
Partially addresses #1242
1 parent c7b0a54 commit 5442a37

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/index.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,13 @@ Linters and Formatters
7474
* `flake8-pyi <https://github.com/ambv/flake8-pyi>`_, a plugin for the
7575
`flake8 <https://flake8.pycqa.org/>`_ linter that adds support for type
7676
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.
7784

7885
Typing PEPs
7986
===========

0 commit comments

Comments
 (0)