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
In order to make mypy understand our attrs class profiles, we use custom __init__ methods. Once this is no longer necessary, get rid of this.
__init__
The text was updated successfully, but these errors were encountered:
convert all attrs classes to use custom init methods to enable mypy t…
6c58946
…o work #4
702da6d
This might be unblocked now.
python/mypy#2088
Sorry, something went wrong.
Nope, just one step closer. Still blocked.
No branches or pull requests
In order to make mypy understand our attrs class profiles, we use custom
__init__
methods. Once this is no longer necessary, get rid of this.The text was updated successfully, but these errors were encountered: