python-lsp / pylsp-mypy

Mypy plugin for the Python LSP Server.
MIT License
118 stars 35 forks source link

Non-default mypy configuration file names #43

Closed hetmankp closed 1 year ago

hetmankp commented 1 year ago

Sometimes it could be useful to have a non-default mypy configuration file name, for example because a project likes to place its configurations in a subdirectory. For example, one could want a file name such as: .config/mypy.ini.

This is addressed by pull request #42 by adding a new pylsp-mypy configuration option "config_names".

I wasn't sure if the pull request was going to get a reviewer assigned automatically so I'm opening this issue to keep track of it.