You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to also check that the regex doesn't affect what mypy checks and is only for teasing out results (e.g. this won't cause mypy to check a README file suddenly).
The text was updated successfully, but these errors were encountered:
rom what I can tell, the handled filenames are determined elsewhere in the extension.
That's because the file name is not part of the result. We run linters on a file by file basis, hence at the calling location we know the file that is being linted.
A test for bfcd225 .
Need to also check that the regex doesn't affect what mypy checks and is only for teasing out results (e.g. this won't cause mypy to check a README file suddenly).
The text was updated successfully, but these errors were encountered: