Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 362 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (17 loc) · 362 Bytes

Contributing

Any contributions to improve the parser are welcome.

Developing

To setup the project and install all needed dependency just run

poetry install

Code Quality

Either install the pre-commit hook or run

poetry run pre-commit run -a

Tests

Tests are run with pytest

poetry run pytest tests