-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
files option not supported #1
Comments
Thanks for your kind words! :) I've also found that documentation about You should set the
Mypy already has a feature request to recurse into all submodules even without |
@apryor6 did this solve your issue? |
Yes thank you |
First off, this is great, and I see that this is a brand new project. Personally I'm very excited about it and spent the morning setting it up in my VS Code environment.
One of the first things I ran into was that if you don't open VS Code within the project that you want to analyze, then there is no autodetection of files that may be further down the tree (such as if your root directory is a monorepo). According to the mypy docs, it seems there is a
files
option that could be passed to provide additional locations to search, but when I provide this flag with a glob like "**/*.py" it fails with either amypy: can't read file...
(at the command line) or an error about a misunderstood option if placed in the mypy.ini in the [mypy] section.Do you know if this is expected or if there is a workaround?
And, thanks -- half the reason I opened this issue was to have an excuse to encourage this project.
The text was updated successfully, but these errors were encountered: