Contribute

Setup

Bcachefs use Black to enforce style throughout the repository. You can install a pre-commit hook that will format the code for you.

pip install black
pip install pre-commit
pre-commit install --install-hooks