Thanks a lot for the tip! I will send a PR as soon as this feature will be stable enough.

Today I have solved all issues with `TypeType` and `Instance.__call__`. 
There's still `Overloaded` left. Which is completely different. 

I hope to finish everything before May.

сб, 18 апр. 2020 г. в 12:58, Ivan Levkivskyi <levkivskyi@gmail.com>:
On Fri, 17 Apr 2020 at 16:58, Никита Соболев <n.a.sobolev@gmail.com> wrote:
Sure, I'd be happy to. 

I cannot say that I know from where to start, however :)

"Bundled" plugins in mypy live here  https://github.com/python/mypy/tree/master/mypy/plugins (mostly one plugin per file, there are some examples for existing stdlib plugins like ctypes, enum, dataclasses)
The plugin hooks should be then added to `DefaultPlugin` in `default.py`.
The tests can probably go into https://github.com/python/mypy/blob/master/test-data/unit/check-default-plugin.test (not really important where to put them)

If you will make a PR, then someone will likely guide you through if there are issues. Can't guarantee a quick response however.

--
Ivan