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
Hi! I am working on mypy and noticed that your project has Found 973 errors in 86 files (checked 134 source files) when checked with mypy
Found 973 errors in 86 files (checked 134 source files)
mypy
poetry install --with=dev
mypy steam
I expect to see no errors, since mypy is a dev dependency of this project and it also has a configurations.
But, on the other hand it is not executed in the CI. So, what is the current status of mypy in this project?
I am not going to paste all of them, because this is going to be a wall of text.
main branch
main
The text was updated successfully, but these errors were encountered:
Type[Guard | Is]
I currently use pyright as it's the checker built into vsc, and haven't touched mypy in quite a while.
I haven't been keeping up that well with the type checking in the ext.commands library but everything else should be type checkable.
Feel free to remove from mypy primer but I think it still has a fair few issues that caused regressions in pyright so might be useful.
Sorry, something went wrong.
No branches or pull requests
Summary
Hi! I am working on mypy and noticed that your project has
Found 973 errors in 86 files (checked 134 source files)
when checked withmypy
Reproduction Steps
poetry install --with=dev
mypy steam
Expected Results
I expect to see no errors, since mypy is a dev dependency of this project and it also has a configurations.
But, on the other hand it is not executed in the CI.
So, what is the current status of mypy in this project?
Actual Results
Found 973 errors in 86 files (checked 134 source files)
I am not going to paste all of them, because this is going to be a wall of text.
System Information
main
branchChecklist
The text was updated successfully, but these errors were encountered: