-
typehole
TypeScript development tool for Visual Studio Code that helps you automate creating the initial static typing for runtime values
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
MonkeyType
A Python library that generates static type annotations by collecting runtime types (by Instagram)
Not sure if you're joking but there is something similar for python developed by a rather well known company https://github.com/Instagram/MonkeyType
-
darker
Apply black reformatting to Python files only in regions changed since a given commit. For a practical usage example, see the blog post at https://dev.to/akaihola/improving-python-code-incrementally-3f7a
Yeah that's how we've used it. The results need manual checking, but together with darker https://github.com/akaihola/darker that's how we've been slowly ratcheting our Django monolith into a typed codebase.