python-caldav / caldav

Apache License 2.0
317 stars 94 forks source link

Introduce type hints #251

Closed tobixen closed 8 months ago

tobixen commented 1 year ago

We ought to use type hints - though this depends on python2-support to be officially dropped (PR #228), this has been deliberately postponed as python2 is still supported by some OS distributions.

Help is wanted, I learned python while 2.4 was bleeding edge, type hints is new to me. It's not needed to introduce type hints everywhere in one operation, pull requests that only takes parts and bits will be accepted.

sim0nx commented 8 months ago

I guess this one can be closed with the merge of https://github.com/python-caldav/caldav/pull/358

tobixen commented 8 months ago

Oh, a duplicate of #328? Thanks for pointing out.