Base code to format I use this repo as default to config my pre-commit when I'm developmenting with Python Scripts 💻 Installing dependencies $ python3 -m venv venv/ $ source venv/bin/activate $ pip3 install -r requirements.txt $ pre-commit install