ynvtlmr / best_practices_test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Best Practices

Setup

# Initialize Git
git init .
 
# Install dependencies
pipenv install --dev

# Setup pre-commit and pre-push hooks
pipenv run pre-commit install -t pre-commit
pipenv run pre-commit install -t pre-push

Credits

This package was created with Cookiecutter and the sourcery-ai/python-best-practices-cookiecutter project template.

About


Languages

Language:Dockerfile 62.8%Language:Python 37.2%