ymyzk / mypy-playground

The mypy playground. Try mypy with your web browser.
https://mypy-play.net
MIT License
71 stars 9 forks source link

Add support for other type checkers #82

Open fylux opened 4 years ago

fylux commented 4 years ago

I think that it could be very interesting to extend the playground to support other typecheckers (e.g. Pyre or Pytype). It is worth noticing that type checkers can have different type inference.

pschanely commented 2 years ago

As far as expanding to pylint & others, I keep a (very old) fork of mypy-playground that I use for CrossHair, on the web here. Not surprisingly, I'd be more than happy to deprecate it into a more generic web tool for static analyzers!

jpy-git commented 2 years ago

I'd love to see pyright get added 😄

KotlinIsland commented 2 years ago

@ymyzk I'd be happy to contribute this, can you provide some direction?