I see that there is --no-site-packages but is there also an option to make mypy ignore modules in the current working directory? I tried setting MYPYPATH but to no avail, mypy apparently always falls back to checking the current working directory.
The text was updated successfully, but these errors were encountered:
not-my-profile commentedJan 4, 2023
I see that there is
--no-site-packages
but is there also an option to make mypy ignore modules in the current working directory? I tried settingMYPYPATH
but to no avail, mypy apparently always falls back to checking the current working directory.The text was updated successfully, but these errors were encountered: