Issues and pull requests are more than welcome.
git clone https://github.com/vincentsarago/color-operations.git
cd color-operations
python -m pip install -e ".[test,dev]"
You can then run the tests with the following command:
python -m pytest --cov color_operations --cov-report term-missing
This repo is set to use pre-commit
to run isort, flake8, pydocstring, black ("uncompromising Python code formatter") and mypy when committing new code.
$ pre-commit install