We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
@dgudim This looks like a bug in dmypy. This should be filed on mypy itself: https://github.com/python/mypy
dmypy
mypy
You can use this setting to switch to using mypy: "mypy-type-checker.preferDaemon": false
"mypy-type-checker.preferDaemon": false
Sorry, something went wrong.
No branches or pull requests
Mypy always consumes 100% of one core, I am using default settings
Here is the entry in the task manager
Vscode about page
The text was updated successfully, but these errors were encountered: