flaky icon indicating copy to clipboard operation
flaky copied to clipboard

Add type hints

Open Greyvend opened this issue 4 years ago • 1 comments

When running mypy on the code that uses flaky, you get:

Skipping analyzing 'flaky': found module but no type hints or library stubs

Here is how it can be fixed.

Greyvend avatar Oct 06 '20 05:10 Greyvend

Untyped decorator makes function "test_prerun_reqs_v1" untyped

Can we please add type hints to flaky? Its a shame not to have type hints for a QA tool ;)

ssbarnea avatar Mar 05 '21 09:03 ssbarnea