Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 533 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 533 Bytes

pip-crev

WARNING: This code is in development, is being provided without support, and is subject to change at any time without notification

Setup

# 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.