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
https://ci.preferred.jp/pfrl.lint/96690/#L52
The text was updated successfully, but these errors were encountered:
The problem seems to be that mypy has issues with numbers.Number (python/mypy#3186). mypy complains if x: numbers.Number = 0.1 (https://mypy-play.net/?mypy=latest&python=3.10&gist=4f5ad716766e34a409f15fdb346ea23d) I have no idea why it didn't complain before though.
mypy
numbers.Number
x: numbers.Number = 0.1
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
https://ci.preferred.jp/pfrl.lint/96690/#L52
The text was updated successfully, but these errors were encountered: