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
rate_limited
I tried to add --doctest-modules to pytest, but it doesn't work because the rate_limited decorator (from #520) doesn't pass typeguard.
--doctest-modules
pytest
typeguard
In that PR we got rate_limited to pass mypy via type: ignore comments, but typeguard is not mypy. We should fix the typing of rate_limited.
mypy
type: ignore
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried to add
--doctest-modules
topytest
, but it doesn't work because therate_limited
decorator (from #520) doesn't passtypeguard
.In that PR we got
rate_limited
to passmypy
viatype: ignore
comments, buttypeguard
is notmypy
. We should fix the typing ofrate_limited
.The text was updated successfully, but these errors were encountered: