Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 641 Bytes

File metadata and controls

40 lines (26 loc) · 641 Bytes

Contributing

Set up the Development environment

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-files

Building

python -m build

Testing

To test a feature, you can run

pytest tests/<TEST_TO_RUN>.py

to run all tests, simply run pytest tests

Linting

The repository has pylint as linter. To run pylint checks, execute:

pylint src

PR names

The PR titles should follow these guidelines