To view cBLUE documentation, including installation instructions, click cBLUE User Manual
cBLUE uses pre-commit hooks for code standardization. To keep commits standard, please run the following commands before issuing a new PR:
pip install pre-commit
cd cBLUE.github.io
pre-commit install
Note: the hook black
will cause commits to fail on first attempt and automatically reformat non-compliant code. Simply re-stage and commit the reformatted files.