Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (19 loc) · 256 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (19 loc) · 256 Bytes

Contributing

Development environment

Create Python env

make env
conda activate pelican-jupyter

Install package for developmentt

make develop

Tests

# Check linting and format
make check
make fmt

# Run tests
make test