PolicyEngine/policyengine-core

Add type hints to all variables

Open

#3 opened on Oct 2, 2022

 (0 comments) (0 reactions) (0 assignees)Python (29 forks)auto 404
good first issue

Repository metrics

Stars
 (19 stars)
PR merge metrics
 (PR metrics pending)

Description

Type hints, as well as being good practice, enable IDEs like Visual Studio Code to provide relevant information about properties at the time of writing. We should annotate all non-inferable types in the codebase to aid this.

Contributor guide