Key-point is to create an anonymous SSH connection to a server (through the Tor network) and burn (e.g. key-pairs) everything after you finished.
Setup pre-commit after you checked out the repo with pre-commit install
.
Build and bootstrap a fresh operation system with Docker to not be in conflict with your system's SSH setup.
make build
make dev
To have a pleasant experience with your package dependencies let pip-tools
manage them.
make compile
make sync
make test