Marti Raudsepp

Results 237 comments of Marti Raudsepp

There should be another message "Mypy failed abnormally" in your IDE that contains the error from mypy's stderr. Please post that as well. Note that prior to Mypy plugin version...

As for the version combination, I have also been using Python 3.10 and mypy 0.931 and newest IntelliJ for a while without issues.

OK thanks. It's weird that the "Mypy failed abnormally" log entry does not contain extra details -- did mypy not print anything to its stderr? Does mypy work from the...

Oh I see, this particular error message is printed into stdout, not stderr. ``` match_stmt.py:2: error: Match statement is not supported Found 1 error in 1 file (errors prevented further...

> 2. Even if this was present, the plugin should not have crashed, but rather report the mypy violation as any other, right? I think there is some room to...

> If you point me to the correct file(s), I'd be happy to prepare a PR. Thanks, any help would be welcome. The error handling logic lives in the `MypyRunner.runMypy()`...

Ugh, this is an unfortunate mistake. The "longest possible name" behavior pessimizes replacement strings that use numeric group references, so simple cases like `$1asd` don't work without `{}`. There's no...

As a work-around, I can manually create the virtualenv and Poetry will happily use it. ```shell python3 -m venv .../Library/Caches/pypoetry/virtualenvs/testenv2-GkgR_jQt-py3.10 ```

I had this issue on macOS with beta versions, but I can no longer reproduce it in 1.2.0 release. If there have been no other reports of this issue, I...

Maybe also backport #13687, tweaks the error message of a new check added in 0.980.