asyncio-pool icon indicating copy to clipboard operation
asyncio-pool copied to clipboard

add stub for type checking with mypy

Open smithk86 opened this issue 3 years ago • 1 comments

I have created a typing stub file for asyncio-pool which enables compatibility with mypy. I have also modified the testing script so that Python 3.6 and greater have mypy testing included with pytest.

Cheers!

smithk86 avatar Jun 27 '22 14:06 smithk86

I made some changes to exclude pypy testing from the typing change, and consolidated the changes into a single commit. Manual testing and Github testing are both happy now.

smithk86 avatar Jun 27 '22 16:06 smithk86