Add type hints
Open
- Dominant language
- Python
- Stars
- 398
- Forks
- 57
- PR merge metrics
- No merged PRs in 30d
Description
When running mypy on the code that uses flaky, you get:
```
Skipping analyzing 'flaky': found module but no type hints or library stubs
```
[Here](https://mypy.readthedocs.io/en/latest/running_mypy.html#missing-type-hints-for-third-party-library) is how it can be fixed.
Contributor guide
Assessment
This issue has not been assessed yet.