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
For those of us using MyPy in our projects it'd be really helpful to add typing annotations. Now that we only support Python 3.6+ we can do this directly in the code instead of having to use comments. I'd be willing to take this on if owners are interested.
If we don't want to do this in the codebase here I could do it on typeshed but that's less than ideal.
For those of us using MyPy in our projects it'd be really helpful to add typing annotations. Now that we only support Python 3.6+ we can do this directly in the code instead of having to use comments. I'd be willing to take this on if owners are interested.
If we don't want to do this in the codebase here I could do it on typeshed but that's less than ideal.
(Probably required for fsspec/s3fs#383)
The text was updated successfully, but these errors were encountered: