Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd PEP 561 compatibility #404
Conversation
Codecov Report
@@ Coverage Diff @@
## master #404 +/- ##
==========================================
- Coverage 88.06% 87.94% -0.12%
==========================================
Files 5 5
Lines 846 846
==========================================
- Hits 745 744 -1
- Misses 101 102 +1
Continue to review full report at Codecov.
|
Signed-off-by: Oleg Höfling <oleg.hoefling@gmail.com>
Signed-off-by: Oleg Höfling <oleg.hoefling@gmail.com>
Signed-off-by: Oleg Höfling <oleg.hoefling@gmail.com>
…a mypy run Signed-off-by: Oleg Höfling <oleg.hoefling@gmail.com>
Signed-off-by: Oleg Höfling <oleg.hoefling@gmail.com>
This PR adds PEP 561 compatibility to
msgpack.I keep the type stubs from this PR for development with
msgpack. The idea is to make them available to everyone by adding them to the distribution. There are no changes to themsgpackcode itself, the stub is completely separated from the real code.If you are against adding type stubs, I'd still be grateful for a review that would improve the stub quality - maybe you have a good advice on how to deal with the remaining
Anytypes.