asyncio-pool
asyncio-pool copied to clipboard
add stub for type checking with mypy
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!
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.