Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dmypy 100% single core usage #189

Closed
dgudim opened this issue Oct 31, 2023 · 1 comment
Closed

dmypy 100% single core usage #189

dgudim opened this issue Oct 31, 2023 · 1 comment

Comments

@dgudim
Copy link

dgudim commented Oct 31, 2023

Mypy always consumes 100% of one core, I am using default settings

Here is the entry in the task manager

.../venv/bin/python -m mypy.dmypy --status-file /tmp/.vscode.dmypy_status/status-607246ba-9947-4fb1-9832-b4749a1864e1.json run -- --no-color-output --no-error-summary --show-absolute-path --show-column-numbers --show-error-codes --no-pretty --show-error-end .../step_109_cp_sessions.py 

Vscode about page

Version: 1.83.1
Commit: f1b07bd25dfad64b0167beb15359ae573aecd2cc
Date: 2023-10-10T23:45:31.402Z
Electron: 25.8.4
ElectronBuildId: 24154031
Chromium: 114.0.5735.289
Node.js: 18.15.0
V8: 11.4.183.29-electron.0
OS: Linux x64 6.5.9-arch2-1.1
@karthiknadig
Copy link
Member

@dgudim This looks like a bug in dmypy. This should be filed on mypy itself: https://github.com/python/mypy

You can use this setting to switch to using mypy: "mypy-type-checker.preferDaemon": false

@karthiknadig karthiknadig closed this as not planned Won't fix, can't repro, duplicate, stale Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants