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
[ x] I have verified there are no duplicate active or recent bugs, questions, or requests
[x ] I have verified that I am using the latest version of the plugin.
Step 2: Describe your environment
Plugin version: 0.16.2
PyCharm/IDEA version: 2023.2.3 (Professional Edition)Build #PY-232.10072.31, built on October 12, 2023
Runtime version: 17.0.8.1+7-b1000.32 aarch64
Mypy version: 1.7.1
python 3.12.0
OS: Mac 14.1.1 (Sonoma)
Step 3: Describe the problem:
Steps to reproduce:
Run check project using mypy plugin
Witness error
Additional notes:
Running mypy . on commandline at project root works.
Project has mypy.ini.
Running plugin "current file" works.
Running plugin "check module" works.
I tried clearing the .mypy_cache to no affect.
Observed Results:
Mypy Plugin: Mypy exited abnormally. : see log below.
Expected Results:
Runs against entire project (according to the mypy.ini configuration)
Relevant Code:
The scan failed due to an exception: Mypy failed with code 2com.leinardi.pycharm.mypy.exception.MypyToolException: Mypy failed with code 2
at com.leinardi.pycharm.mypy.mpapi.MypyRunner.runMypy(MypyRunner.java:324)
at com.leinardi.pycharm.mypy.mpapi.MypyRunner.scan(MypyRunner.java:263)
at com.leinardi.pycharm.mypy.checker.ScanFiles.scan(ScanFiles.java:108)
at com.leinardi.pycharm.mypy.checker.ScanFiles.checkFiles(ScanFiles.java:99)
at com.leinardi.pycharm.mypy.checker.ScanFiles.call(ScanFiles.java:73)
at com.leinardi.pycharm.mypy.checker.ScanFiles.call(ScanFiles.java:45)
at com.intellij.openapi.application.impl.ApplicationImpl$3.call(ApplicationImpl.java:303)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)
at java.base/java.lang.Thread.run(Thread.java:833)
The text was updated successfully, but these errors were encountered:
Step 1: Are you in the right place?
Step 2: Describe your environment
0.16.2
2023.2.3 (Professional Edition)
Build #PY-232.10072.31, built on October 12, 2023
17.0.8.1+7-b1000.32 aarch64
1.7.1
3.12.0
Step 3: Describe the problem:
Steps to reproduce:
Additional notes:
mypy .
on commandline at project root works.Observed Results:
Expected Results:
Relevant Code:
The text was updated successfully, but these errors were encountered: