mypy icon indicating copy to clipboard operation
mypy copied to clipboard

[stubgen] Add plugin support by passing a configuration file (#14428)

Open CarlosRDomin opened this issue 3 years ago • 0 comments

Fixes #14428

Similar to https://github.com/python/mypy/pull/9203, this PR exposes a way for stubgen to receive a Mypy configuration file with extra options, which allows it to use custom plugins.

CarlosRDomin avatar Jan 12 '23 11:01 CarlosRDomin