-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
dmypy does not work right with disable_error_code/enable_error_code #14241
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
Labels
Comments
Hm, I cannot reproduce this, I get
|
Btw you can try using |
I run the command on win11 |
For something Windows-specific @ethanhs can help. |
I could reproduce this on Windows, but when I try multiple times it does not happen again, I wonder if this is a non-deterministic bug... I'll try to dig into more this weekend. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Bug Report
dmypy doesn't support
disable_error_code
andenable_error_code
key inpyproject.toml/mypy.ini
?in
pyproject.toml
:run:
dmypy run a.py
output:
Timed out waiting for daemon to start
But when
disable_error_code = []
or doesn't hasdisable_error_code
, dmypy work right.Your Environment
pyproject.toml
:disable_error_code = ['var-annotated']
The text was updated successfully, but these errors were encountered: