opensearch-project/demos

[FEATURE][DocBot] Add mypy type checking

Open

#92 opened on Nov 6, 2023

 (1 comment) (0 reactions) (0 assignees) (18 forks)auto 404
OSCIenhancementgood first issue

Repository metrics

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

Description

Is your feature request related to a problem?

At the moment we have types in our project but we dont have a pattern for regularly checking and validating the types.

What solution would you like?

As a pre-commit hook we should enable mypy which will help us with doing typechecking.

Additionally we need to go through and validate the types are correct for the things that we have typed.

Contributor guide