-
Notifications
You must be signed in to change notification settings - Fork 997
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
Type hint linting #1002
Comments
I've tried to add I'd say we can solve it with |
We can at least mypy and lint the beacon chain pyspec in CI |
Appy mypy --follow-imports=silent --warn-unused-ignores --ignore-missing-imports --check-untyped-defs --disallow-incomplete-defs --disallow-any-generics -p eth2spec Result: As I can see the problem is that the
|
@hwwhww: What is the status of this with the new SSZ typing? |
@JustinDrake I was testing on the early version of the new SSZ, I will start to test on the dev branch now. |
It should be possibly to lint the pyspec type hints. See here:
The text was updated successfully, but these errors were encountered: