You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to add --doctest-modules to pytest, but it doesn't work because the rate_limited decorator (from Future-House/paper-qa#520) doesn't pass 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.
The text was updated successfully, but these errors were encountered:
I tried to add
--doctest-modules
topytest
, but it doesn't work because therate_limited
decorator (from Future-House/paper-qa#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: