Report only files specified by mypy config #353
Labels
feature-request
Request for new features or functionality
triage-needed
verification-needed
Verification of issue is requested
verified
Verification succeeded
Milestone
Uh oh!
There was an error while loading. Please reload this page.
Add a setting to check only a subset of files in the workspace folder. The actual list of files is specified in the files mypy configuration.
We omit path argument to mypy, so that it uses files defined in the configuration.
How to manually verify the feature:
foo.py
andbar.py
, each containing typing error.pyproject.toml
with the following contents:mypy-type-checker.reportingScope
tocustom
.foo.py
, it should have a typing error highlightedbar.py
, it should NOT have typing errors highlightedThe text was updated successfully, but these errors were encountered: