- copy .env.example to .env
cp app/.env.example app/.envrun with docker-compose
docker-compose -d --buildpip install pre-commitcreate a sample pre-commits file
pre-commit sample-config > .pre-commit-config.yamledit this file to add hooks install hooks
pre-commit install --install-hooksLinks
- pre-commit: A framework for managing and maintaining multi-language pre-commit hooks.
- Github: Working with the Container registry
run
pytestLinks
The cake is a lie.