This repository has been archived by the owner on Nov 19, 2024. It is now read-only.
v0.5.8
- Added
markdown
config to.editorconfig
. - Turned
makefile
intoMakefile
to conform to the conventions. - Updated tests to be compatible with the newest version of
pytest-asyncio
. Async tests no longer need to be wrapped in@pytest.mark.asyncio
decorator.