pip install -r requirements.txt
poetry install --with Dev
poetry run ci-python-tests create
poetry run ci-approval-bot create
pre-commit install
cp .pre-commit-config.yaml.example .pre-commit-config.yaml
Select your precommit hooks.
pre-commit install --hook-type commit-msg
Then enable the Commit lint
section from your .pre-commit-config.yaml
.
- Replace mentions of
python-template
,python_template
by your project's name. - Replace
HanaPoulpe/python-template
with your project repository name (user/repositoru
). - Replace
{codecov-token}
with your code-code token