KotlinIsland
KotlinIsland
@DetachHead After thinking about these kind of issues a bit I think this might not be the best resolution, but if you can provide some examples where this is based...
This is especially relevant now that baseline doesn't store line numbers
That error is just `assignment` which would be suck to ban from baseline
> certain error codes are dangerous to baseline because they can cause other errors to go undetected: > > ```python > def foo(value: str = None) -> None: #baselined "no...
I definitely agree, this is a much needed feature. Another usecase is type checking misc scripts that aren't in a package.
https://github.com/pypa/pip/issues/10749
I really think this is impossible, as plugins depend on the `mypy` package name.
Could you please minify the example. I was able to reproduce the no match situation, but not the error in your output, specifying the folder structure would be good. >...
> It is run by an IDE plugin that doesn't know that it needs to set working directory Mypy isn't designed to be run from a sub-directory and can return...