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 got a bit confused about the state of type annotations for the project via the other issues. It seems that the current idea is to finish type checking this project?
If so having an issue to track the progress of that would help me. Currently I will just have to turn off typechecking for this library, but if it is close would be nice to know when that lands.
The text was updated successfully, but these errors were encountered:
typeshed has a stubs packages (types-jsonschema) which you can use for right now. They may be slightly amiss, since typeshed is a "best effort" stub repository for many packages, but feel free to report issues there and @-mention me if you need a hand fixing those.
I'm going to try to put some effort this year into getting enough annotations in place for jsonschema that we can publish types from here without it being a significant regression for type checkers.
I got a bit confused about the state of type annotations for the project via the other issues. It seems that the current idea is to finish type checking this project?
If so having an issue to track the progress of that would help me. Currently I will just have to turn off typechecking for this library, but if it is close would be nice to know when that lands.
The text was updated successfully, but these errors were encountered: