matangover/mypy-vscode

[help or feature request] How to pass in "--explicit-package-bases" argument ?

JacquesSyn opened this issue · 2 comments

As in title,

Mypy just does not run on my repo otherwise

Many thanks in advance !

Hi, you have two options currently:

  1. Add a mypy.ini file which sets this argument
  2. Add this argument in the targets - workaround as described here: #35 (comment)

Closing this as duplicate of #35