Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brendanator/best_practices
https://github.com/brendanator/best_practices
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/brendanator/best_practices
- Owner: brendanator
- Created: 2020-01-20T13:41:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-20T19:41:03.000Z (over 3 years ago)
- Last Synced: 2023-07-11T22:53:31.739Z (over 1 year ago)
- Language: Dockerfile
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# best_practices2
## Setup
```sh
# 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](https://github.com/sourcery-ai/python-best-practices-cookiecutter) project template.