Closed hackebrot closed 5 years ago
I would like to work on this, where do I start?
Hi @ssd71! 👋
You can information on type annotations in the Python documentation. I suggest starting with the methods of the MarkdownPlugin class Make sure to check for type errors when adding annotations with tox -e mypy
.
Alternatively you can try out MonkeyType and see if it works for pytest-md.
Thank you for looking into this! 📝
We already have mypy enabled in tox - now we only need type annotations for our plugin code 😀