To install the development environment, please follow these steps, preferably in a Python 3.8 virtual environment.
pip install -e ".[dev]"
pre-commit install
pre-commit run --all-filespython -m buildTo test a feature, you can run
pytest tests/<TEST_TO_RUN>.pyto run all tests, simply run pytest tests
The repository has pylint as linter. To run pylint checks, execute:
pylint srcThe PR titles should follow these guidelines