Closed Bouni closed 1 year ago
This is meant to be a starting point. We'll add the hooks one after another to prevent to many changes to be made at a time.
Here we start with black as the first pre-commit-hook.
black
make sure you have installed pre-commit (pip install pre-commit) then simply run pre-commit install and you set.
pip install pre-commit
pre-commit install
This is meant to be a starting point. We'll add the hooks one after another to prevent to many changes to be made at a time.
Here we start with
black
as the first pre-commit-hook.make sure you have installed pre-commit (
pip install pre-commit
) then simply runpre-commit install
and you set.