poetry install --without dev
Print verbose usage
python -m cpd_dataset -h
Generate dataset with config and save it to directory
python -m cpd_dataset --config=conf/default.yml --out-dir=dataset
poetry install --with dev
Install pre-commit hooks
pre-commit install
Run manually
pre-commit run --all-files --color always --verbose