mypy
mypy copied to clipboard
[stubgen] Add plugin support by passing a configuration file (#14428)
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.