-
-
Notifications
You must be signed in to change notification settings - Fork 184
Open
Labels
Description
icalendar exists since Python 2. Nowadays, type hints are a huge support for developers!
If you are a newcomer to icalendar, please add type hints to untyped functions. Here is your checklist:
- choose a function that does not have a return type or argument types in
src/icalendar - find all places where it is used (easiest for functions that are not used much)
- from its content and usage, add type hints
- create a pull request with your changes, mentioning this issue.
This is a rolling issue: When closed, copy and open again or re-open.