Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 298 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (15 loc) · 298 Bytes

Contributing

# Prepare virtual environment
git clone https://github.com/carbonfact/icanexplain
cd icanexplain
poetry install
poetry shell

# Install pre-commit hooks
pre-commit install --hook-type pre-push
pre-commit run --all-files

# Run tests
pytest

# Serve docs locally
make docs