Skip to content

Add type hints [beginner, Python, typing] #938

@niccokunzmann

Description

@niccokunzmann

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions