mypy-playground icon indicating copy to clipboard operation
mypy-playground copied to clipboard

Add support for other type checkers

Open fylux opened this issue 5 years ago • 3 comments

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.

fylux avatar Jul 01 '20 13:07 fylux

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!

pschanely avatar Mar 25 '22 16:03 pschanely

I'd love to see pyright get added 😄

jpy-git avatar Apr 02 '22 21:04 jpy-git

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

KotlinIsland avatar Sep 04 '22 14:09 KotlinIsland