pystatsd icon indicating copy to clipboard operation
pystatsd copied to clipboard

Add type hints to all public APIs

Open tkukushkin opened this issue 1 year ago • 1 comments

fixes #146

I used pyright --verifytypes to check type completeness of public API. Unfortunately I had to move tests to a separate package to exclude them from pyright check.

tkukushkin avatar Jul 11 '23 10:07 tkukushkin

If that can be of any help I confirm the types provided in this PR addressed the issues we were running into with @stats.Timer decoration of function having loose their return type and preventing type checkers from doing their job.

charettes avatar Apr 26 '24 17:04 charettes