Skip to content

Latest commit

History

History
22 lines (14 loc) 路 361 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (14 loc) 路 361 Bytes

Contributing

You're welcome to contribute to this project!

Bugs and suggestions

If you have found a bug, please use the issue tracker on GitHub.

Tests

You need Poetry to run the tests.

python -m pip install poetry
poetry install
poetry run tox