tomv564 / pyls-mypy

Mypy plugin for the Python Language Server
MIT License
110 stars 62 forks source link

Added support for 'strict' setting #33

Closed dodomorandi closed 4 years ago

dodomorandi commented 4 years ago

Added a new setting to allow the configuration of the --strict paramter. The default is False in order to keep the current behaviour.

tomv564 commented 4 years ago

Thanks! Couldn’t find any evidence strict could be specified in mypy.ini so we have to support it this way