Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 386 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 386 Bytes

SanClone

Installation

pip install -e .

Testing

pip install -r dev-requirements.txt
pytest

Developing

To contribute, make sure to run the pre-commit hooks before committing.

First time setup

# install pre-commit
pip install -r dev-requirements.txt
pre-commit install
pre-commit run --all-files

After that, it will run automatically